From e284d708d377b76f7484f9ddd5fd055c2c75f18a Mon Sep 17 00:00:00 2001 From: foswret Date: Thu, 2 Apr 2026 18:19:14 -0500 Subject: simplify css, add image gradient, fix rss path --- templates/base.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 7e9a668..aa7d7bf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,15 @@ - CHANGE ME + {% block rss %} + + {% endblock %} + + {% if page.title %} {{ page.title }} | {{ config.title }} + {% elif section.title %} {{ section.title }} | {{ config.title }} + {% elif config.title %} {{ config.title }} + {% else %} Post {% endif %} + -- cgit v1.2.3