From 01e90bcf11f690e9883540f003b1d03aecb03cbb Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 20 Nov 2023 15:11:57 -0600 Subject: fix: fix feed url to serve atom.xml --- templates/index.html | 10 ++++++---- templates/shortcodes/meta.html | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1d0b954..b0e7e69 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,10 +24,12 @@ {% endblock title %} - + {% block feed %} + + {% endblock feed %} diff --git a/templates/shortcodes/meta.html b/templates/shortcodes/meta.html index 3d8e7d5..1dcb70a 100644 --- a/templates/shortcodes/meta.html +++ b/templates/shortcodes/meta.html @@ -1,3 +1,4 @@ +{# meta links #} {% import "macros.html" as macros %}
-- cgit v1.2.3-70-g09d2