about summary refs log tree commit diff homepage
path: root/page.xslt
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-16 14:42:32 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-16 14:42:32 +0900
commite24d423e566d3cc688acd359991359d59990e3cb (patch)
tree11ac79468db149245fb89babef714fc19074b131 /page.xslt
parent89655ca33983ce745a578713a3e15dc7f29bf3f4 (diff)
downloadpx-e24d423e566d3cc688acd359991359d59990e3cb.tar.gz
Add first page of 2023
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">