From deb784ad4fe2c7a9aa9ddf08de05275be907d915 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Wed, 19 Nov 2025 08:43:34 -0700 Subject: [PATCH] feat: improve RSS feed discovery in templates Updates RSS feed links to use Flask url_for() and config values. Changes: - Use url_for('public.feed') for RSS navigation link - Use _external=True for feed discovery link (full URL) - Use config.SITE_NAME in feed title for customization This ensures proper URL generation and makes the site more customizable. --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 6cc682b..984fb4f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {% block title %}StarPunk{% endblock %} - + {% block head %}{% endblock %} @@ -19,7 +19,7 @@

StarPunk