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 aa951fc..0321c7f 100644
--- a/templates/timeline.tmpl
+++ b/templates/timeline.tmpl
@@ -10,10 +10,10 @@
{{end}}
<div class="pagination">
- {{if .HasPrev}}
+ {{if .PrevLink}}
<a href="{{.PrevLink}}">prev</a>
{{end}}
- {{if .HasNext}}
+ {{if .NextLink}}
<a href="{{.NextLink}}">next</a>
{{end}}
</div>