Skip to content

Commit

Permalink
fix the atom feed link to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
be-next committed Mar 21, 2024
1 parent 5e0cbdd commit 1016cca
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 @@ -40,7 +40,7 @@
</p>
<a class="readmore">
<xsl:attribute name="href">
<xsl:value-of select="/atom:feed/atom:link[2]/@href"/>
<xsl:value-of select="/atom:feed/@xml:base"/>
</xsl:attribute>
<xsl:value-of select="/atom:feed/str:translations/str:visit_the_site" />&#160;<span class="arrow">→</span></a><p></p>
</section>
Expand Down

0 comments on commit 1016cca

Please sign in to comment.