From d31da53381b6dba78383a311c359f448f182c620 Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Thu, 21 Sep 2023 14:03:11 -0400 Subject: [PATCH] Expand feed link to all pages. Previously the link was only present on the index, but this meant that it was easy to miss that the feed existed when viewing other pages, notably the blog pages. --- templates/index.html | 1 - templates/skel.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 90ab1ad0b..4afc085e5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,6 @@ {% block head_extra %} - {% endblock head_extra %} {% block content %} {% set sponsors_data = load_data(path="content/sponsors.toml") %} diff --git a/templates/skel.html b/templates/skel.html index b8b345de6..ac8674dee 100644 --- a/templates/skel.html +++ b/templates/skel.html @@ -45,6 +45,7 @@ + {% block head_extra %}{% endblock head_extra -%}