aboutsummaryrefslogtreecommitdiff
path: root/templates/timeline.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/timeline.tmpl')
-rw-r--r--templates/timeline.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl
index 82b624d..eabb3ed 100644
--- a/templates/timeline.tmpl
+++ b/templates/timeline.tmpl
@@ -8,10 +8,10 @@
<div class="pagination">
{{if .PrevLink}}
- <a href="{{.PrevLink}}">prev</a>
+ <a href="{{.PrevLink}}">[prev]</a>
{{end}}
{{if .NextLink}}
- <a href="{{.NextLink}}">next</a>
+ <a href="{{.NextLink}}">[next]</a>
{{end}}
</div>