🐛 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.
main
welpo 2 years ago
parent 725101300e
commit 68e37f4574
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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>

Loading…
Cancel
Save