about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-23 19:36:52 +0200
committerAlan Pearce2023-09-23 19:36:52 +0200
commit0e442791e6dc693f6f4587086967234f57580c91 (patch)
tree1ff118bc5d127f8bb50acb86f3ccd6e059c8d4fd
parent84519249928010e18f1f4bf05aaa4297a18fca8c (diff)
downloadwebsite-0e442791e6dc693f6f4587086967234f57580c91.tar.lz
website-0e442791e6dc693f6f4587086967234f57580c91.tar.zst
website-0e442791e6dc693f6f4587086967234f57580c91.zip
Fix feed XSL website link
-rw-r--r--templates/feed-styles.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl
index 0197e87..6a684a6 100644
--- a/templates/feed-styles.xsl
+++ b/templates/feed-styles.xsl
@@ -52,7 +52,7 @@
             <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>