From: Rico Hoppe Date: Fri, 10 May 2024 19:09:55 +0000 (+0000) Subject: lists: add ogp metadata to all sites X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d0f4ad418f339f026b647e6ff2ee5254c76094;p=ipfire.org.git lists: add ogp metadata to all sites * index, unsubscribe, subscribe Signed-off-by: Rico Hoppe --- diff --git a/src/templates/lists/index.html b/src/templates/lists/index.html index 61c6d397..6009072c 100644 --- a/src/templates/lists/index.html +++ b/src/templates/lists/index.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Lists") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/lists/subscribe.html b/src/templates/lists/subscribe.html index 28e31e1e..d68edd6a 100644 --- a/src/templates/lists/subscribe.html +++ b/src/templates/lists/subscribe.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Subscribe To %s") }} % {{ list }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/lists/unsubscribe.html b/src/templates/lists/unsubscribe.html index b2d9a4d6..2ad0c5e1 100644 --- a/src/templates/lists/unsubscribe.html +++ b/src/templates/lists/unsubscribe.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Unsubscribe from %s") }} % {{ list }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}