commit 8c4a50bbe36d5f2f41ee245278e84a0206192118
parent 508d64e72b51e28818eecbd189f856b8a5c47c9e
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 7 Aug 2023 11:07:29 -0700
Remove Twitter metadata
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/templates/index.html b/templates/index.html
@@ -24,9 +24,6 @@
<link rel="canonical" href="{{ current_url }}">
{% endif %}
- <meta name="twitter:card" content="summary">
- <meta name="twitter:creator" content="@therealFIGBERT">
-
<link rel="icon" href="{{ get_url(path="icon.png") }}">
<meta name="theme-color" content="#212121">
</head>