Introduction
Introduction Statistics Contact Development Disclaimer Help
tChange pagination arrows in posts - andersdamsgaard.com - my photography webpa…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit c231154fcda6803b974916cb24a211d51ab4c714
parent 422643faded49d2de0480bfff55aebd4a792564f
Author: Anders Damsgaard <[email protected]>
Date: Fri, 2 Nov 2018 17:13:08 +0100
Change pagination arrows in posts
Diffstat:
M themes/tale-mod/layouts/_default/s… | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/themes/tale-mod/layouts/_default/single.html b/themes/tale-mod/lay…
t@@ -50,10 +50,12 @@
<div class="pagination">
{{- if .PrevPage }}
- <a href="{{ .PrevPage.URL }}" class="left arrow">&#8592; Previous</a>
+ <!-- <a href="{{ .PrevPage.URL }}" class="left arrow">&#8592; Previous…
+ <a href="{{ .PrevPage.URL }}" class="right arrow">Next &#8594;</a>
{{- end }}
{{- if .NextPage }}
- <a href="{{ .NextPage.URL }}" class="right arrow">Next &#8594;</a>
+ <!-- <a href="{{ .NextPage.URL }}" class="right arrow">Next &#8594;</a…
+ <a href="{{ .NextPage.URL }}" class="left arrow">&#8592; Previous</a>
{{- end }}
<a href="{{ .Site.BaseURL }}" class="top">Home</a>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.