ADD RSS feed and config - seems valid #6

This commit is contained in:
Caffeine Fueled 2025-10-27 21:28:09 +01:00
parent 375eb6fb05
commit e31624d03a
Signed by: cf7
GPG key ID: CA295D643074C68C
3 changed files with 104 additions and 5 deletions

View file

@ -4,3 +4,4 @@
<title>{{ title }}</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/assets/style.css">
{% if rss_feed_enabled %}<link rel="alternate" type="application/rss+xml" title="{{ blog_title }} RSS Feed" href="/{{ rss_feed_path }}">{% endif %}