feat: add RSS feed to footer (#5887)
continuous-integration/drone/push Build is passing

Reviewed-on: #5887
Co-authored-by: silviarbgl <silviarbgl@fsfe.org>
Co-committed-by: silviarbgl <silviarbgl@fsfe.org>
This commit was merged in pull request #5887.
This commit is contained in:
2026-05-28 08:57:52 +00:00
committed by tobiasd
parent 7ca17a63c6
commit 94ea049944
2 changed files with 14 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+14
View File
@@ -46,6 +46,20 @@
<xsl:attribute name="title">Peertube</xsl:attribute>
</xsl:element>
</xsl:element>
<xsl:element name="a">
<!-- RSS Feed -->
<xsl:attribute name="href">
<xsl:text>/news/news.rss</xsl:text>
</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">
<xsl:value-of select="$urlprefix"/>
<xsl:text>/graphics/services/rss.png</xsl:text>
</xsl:attribute>
<xsl:attribute name="alt">RSS Feed</xsl:attribute>
<xsl:attribute name="title">RSS Feed</xsl:attribute>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:element>