all repos — homestead @ 68ccdb25487e22b64b0e19e083ec7455c7dac14d

Code for my website

Fix feed XSL website link

Alan Pearce
commit

68ccdb25487e22b64b0e19e083ec7455c7dac14d

parent

5a643c819bdfa9d6bca2779ccddb14faea17229a

1 file changed, 1 insertion(+), 1 deletion(-)

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>