diff options
-rw-r--r-- | templates/feed-styles.xsl | 2 |
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> |