about summary refs log tree commit diff homepage
path: root/templates/archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/archive.html')
-rw-r--r--templates/archive.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/archive.html b/templates/archive.html
index fbd2f7a..ee5d2b3 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -3,10 +3,10 @@
 <title>{{.Title}}</title>
 <body>
   <nav>{{if .Prev}}
-    <a id=prev href="{{.Prev}}">PREV</a>{{else}}
+    <a id=prev href="{{.Prev | escape}}">PREV</a>{{else}}
     <a id=prev></a>{{end}}
     <a id=up href=.>UP</a>{{if .Next}}
-    <a id=next href="{{.Next}}">NEXT</a>{{else}}
+    <a id=next href="{{.Next | escape}}">NEXT</a>{{else}}
     <a id=next></a>{{end}}
   </nav>
   <main>{{range .Entries}}