]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Add a button to our RSS feed
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2026 15:35:11 +0000 (15:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2026 15:35:11 +0000 (15:35 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/index.html

index be9dbfec214bf853ebf0afa86961b7263bd8be2c..6de44b09457aff98e0b188cf6ff7ebbc4061d075 100644 (file)
                                                Releases, security updates, and stories from the IPFire community
                                        {% end %}
                                </h5>
+
+                               {# RSS #}
+                               {% if not q %}
+                                       <div class="buttons are-small">
+                                               <a class="button is-light" href="/blog/feed.xml">
+                                                       <span class="icon">
+                                                               <i class="fa-solid fa-rss"></i>
+                                                       </span>
+
+                                                       <span>
+                                                               {{ _("Subscribe to our RSS Feed") }}
+                                                       </span>
+                                               </a>
+                                       </div>
+                               {% end %}
                        </div>
                </div>
        </section>