about summary refs log tree commit diff homepage
path: root/page.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'page.xslt')
-rw-r--r--page.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/page.xslt b/page.xslt
index 0b98aed..a9ea776 100644
--- a/page.xslt
+++ b/page.xslt
@@ -13,9 +13,9 @@
       </head>
       <body>
         <nav>
-          <xsl:if test="@prev != ''"><a href="/{@prev}">PREV</a></xsl:if>
+          <xsl:if test="@prev != ''"><a href="/{@prev}/">PREV</a></xsl:if>
           <h1>PAGE <xsl:value-of select="@curr"/></h1>
-          <xsl:if test="@next != ''"><a href="/{@next}">NEXT</a></xsl:if>
+          <xsl:if test="@next != ''"><a href="/{@next}/">NEXT</a></xsl:if>
         </nav>
 
         <xsl:for-each select="post">