Skip to content

Commit

Permalink
🐛 fix(styled feed): url to "Visit Website"
Browse files Browse the repository at this point in the history
Before this, it was linking to the own feed.
Now it links to the homepage of the corresponding language.
  • Loading branch information
welpo committed Aug 18, 2023
1 parent 7251013 commit 68e37f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/feed_style.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 68e37f4

Please sign in to comment.