🐛 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:
parent
725101300e
commit
68e37f4574
@ -30,7 +30,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<a class="readmore">
|
<a class="readmore">
|
||||||
<xsl:attribute name="href">
|
<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: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>
|
<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>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user