aboutsummaryrefslogtreecommitdiff
path: root/templates/timeline.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-28 17:51:00 +0000
committerr <r@freesoftwareextremist.com>2020-01-28 17:58:29 +0000
commit2af37d47783aac8c650ffd1578e2297b5784c73d (patch)
tree7b5c7a4b2fa530285bfaa16324e818d97dd00408 /templates/timeline.tmpl
parent57d2a4288b02fd1245ee85ae629649798578cf6c (diff)
downloadbloat-2af37d47783aac8c650ffd1578e2297b5784c73d.tar.gz
bloat-2af37d47783aac8c650ffd1578e2297b5784c73d.zip
Refactor everything
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>