all repos — website @ 0e442791e6dc693f6f4587086967234f57580c91

My website

Fix feed XSL website link
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2023 19:36:52 +0200
commit

0e442791e6dc693f6f4587086967234f57580c91

parent

84519249928010e18f1f4bf05aaa4297a18fca8c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/feed-styles.xsltemplates/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>