Fix feed XSL website link
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2023 19:36:52 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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>