aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-16 00:16:07 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-16 00:16:07 +0200
commite00c44f7da43bdd786be83c8a668ed2328414e41 (patch)
tree55416c1b82d21f31324c76d98f526c0070209a8c
parentAdd a new image for the meta og:image tag (diff)
downloadwww-e00c44f7da43bdd786be83c8a668ed2328414e41.tar.gz
www-e00c44f7da43bdd786be83c8a668ed2328414e41.tar.bz2
www-e00c44f7da43bdd786be83c8a668ed2328414e41.zip
Switch meta property="og:image" to new image
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/layout/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/layout/head.html b/_includes/layout/head.html
index 45bd8c0..3fb0d7e 100644
--- a/_includes/layout/head.html
+++ b/_includes/layout/head.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="{% if page.title %}{{ page.title | strip_html }} – {{ site.title }}{% else %}{{ site.title }}{% endif %}">
- <meta property="og:image" content="https://www.gentoo.org/assets/img/logo/gentoo-g.png">
+ <meta property="og:image" content="https://www.gentoo.org/assets/img/og-image.jpg">
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<meta name="twitter:image" content="https://www.gentoo.org/assets/img/logo/gentoo-g.png">
<link rel="apple-touch-icon" href="https://www.gentoo.org/assets/img/logo/icon-192.png">