From f1d70d270db2568efede7947ccd49f6adc4d7d51 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 7 Jan 2023 07:46:25 +0100 Subject: [PATCH] Un-XHTMLify some link tags --- my_theme/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/my_theme/templates/base.html b/my_theme/templates/base.html index dbb66ec..50596b2 100644 --- a/my_theme/templates/base.html +++ b/my_theme/templates/base.html @@ -1,14 +1,14 @@ - + {% block title %}{{ SITENAME }}{%endblock%} - + {% if FEED_ALL_ATOM %} - + {% endif %} {% if FEED_ALL_RSS %} - + {% endif %} {% block extra_head %}{% endblock extra_head %}