🐛 fix(styled feed): url to "Visit Website"

Before this, it was linking to the own feed.
Now it links to the homepage of the corresponding language.
This commit is contained in:
welpo 2023-08-18 12:55:57 +02:00
parent 725101300e
commit 68e37f4574
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -30,7 +30,7 @@
</p>
<a class="readmore">
<xsl:attribute name="href">
<xsl:value-of select="/atom:feed/atom:link[3]/@href"/>
<xsl:value-of select="/atom:feed/atom:link[2]/@href"/>
</xsl:attribute>
<xsl:value-of select="/atom:feed/str:translations/str:visit" /><xsl:text> </xsl:text><xsl:value-of select="/atom:feed/str:translations/str:website" /><xsl:text> </xsl:text></a><p></p>
</section>