]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Add <meta> tag for RSS feed
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 14:18:15 +0000 (14:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 14:18:15 +0000 (14:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/index.html

index c8f4fe174ed873ccb02aa6b5bc1eb8b724df1eea..0f940063ed1714ffa0ac6d36cb3daaf83f15efc4 100644 (file)
@@ -4,6 +4,9 @@
 
 {% block head %}
        <meta name="description" content="{{ _("The IPFire Blog has the latest news from the IPFire Project about Development, Current Affairs, and many more interesting things.") }}" />
+
+       <!-- Feed URL -->
+       <link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feed.xml" />
 {% end %}
 
 {% block container %}