From a17ebec50f879a45c76aa27f3ca413d73c594431 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 16 Oct 2024 10:27:56 +0200 Subject: [PATCH] add all SOCIAL links in the metablock --- templates/base.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 47090fd..4db8852 100644 --- a/templates/base.html +++ b/templates/base.html @@ -73,7 +73,7 @@ {% if USE_GOOGLE_FONTS != False %} {% endif %} - {% endif %} @@ -115,6 +115,10 @@ {% endif %} + {% for _, link in SOCIAL%} + + {% endfor %} + {% if not PLUGINS or 'seo' not in PLUGINS %} {% if REL_CANONICAL %} {% if page %} @@ -129,7 +133,7 @@ {% endif %} {% endif %} - {% endif %} + {% endif %} {% block meta %}