Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index bbb6775..116b1f4 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,10 +22,10 @@
<div class="row">
<ul class="pager">
- {{ with .Next }}
+ {{ with .NextPage }}
<li><a class="next" href="{{ .URL }}">&laquo; {{ .Title }}</a></li>
{{ end }}
- {{ with .Prev }}
+ {{ with .PrevPage }}
<li><a class="previous" href="{{ .URL }}">{{ .Title }} &raquo;</a></li>
{{ end }}
</ul>
@@ -39,4 +39,4 @@
{{ partial "fb-script.html" . }}
-{{ end }} \ No newline at end of file
+{{ end }}