From e0800564cb17e34f6e26ef76cebed43bd4ae18da Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Tue, 22 Oct 2024 22:49:46 +0200 Subject: [PATCH] feat: added mastodon link in meta tags Signed-off-by: Louis Vallat --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index c7f2426..6afe299 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,7 @@ {% extends "terminimal/templates/index.html" %} {% block extra_head %} + {% endblock extra_head %}