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

github.com/EmielH/tale-hugo.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b056b0e..dba8344 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,10 +14,10 @@
<div class="pagination">
{{- if .PrevPage }}
- <a href="{{ .PrevPage.URL }}" class="left arrow">&#8592;</a>
+ <a href="{{ .PrevPage.RelPermalink }}" class="left arrow">&#8592;</a>
{{- end }}
{{- if .NextPage }}
- <a href="{{ .NextPage.URL }}" class="right arrow">&#8594;</a>
+ <a href="{{ .NextPage.RelPermalink }}" class="right arrow">&#8594;</a>
{{- end }}
<a href="#" class="top">Top</a>