Add twitter:site meta tag with @StefanKoelle

This commit is contained in:
2026-09-11 20:49:09 +02:00
parent e6bc73eb17
commit 73f1c4790f
+1
View File
@@ -14,6 +14,7 @@
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:type" content="{% if parent %}article{% else %}website{% endif %}">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@StefanKoelle">
<meta name="twitter:title" content="{{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}">
<meta name="twitter:description" content="{{ description }}">
{% if ogImage %}<meta name="twitter:image" content="{{ site.url }}{{ ogImage }}">{% endif %}