From 3a1912449740cbd9162263d924006db0bf8842a7 Mon Sep 17 00:00:00 2001 From: error Date: Sat, 6 Jan 2024 14:27:32 +0100 Subject: [PATCH] add social links in head --- templates/base.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index f116993..5c3b338 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,10 +16,15 @@ {% endif %} {% if FEED_ALL_ATOM %} - + {% endif %} {% if FEED_ALL_RSS %} - + + {% endif %} + {% if SOCIAL %} + {% for name, link in SOCIAL %} + + {% endfor %} {% endif %} {% endblock head %}