Fix feed XSL website link
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M templates/feed-styles.xsl → templates/feed-styles.xsl
@@ -52,7 +52,7 @@ </h1> <nav> <a> <xsl:attribute name="href"> - <xsl:value-of select="/atom:feed/atom:link[2]/@href" /> + <xsl:value-of select="/atom:feed/atom:link[1]/@href" /> </xsl:attribute> Visit Website </a>