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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdit <23015406+udit-001@users.noreply.github.com>2019-11-21 14:24:53 +0300
committerZhao XiaoHei <xiaohei.zyx@gmail.com>2019-11-21 15:05:29 +0300
commit6d2dd1cdd29b0aa4848e04a54bfe439146230790 (patch)
tree12ee9ee9a15a834880df557c1450862486983dc3 /layouts
parent23ebe2b6fac1c74039cfa2450a260401207c352e (diff)
Fixes nav strings.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/post/nav.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/post/nav.html b/layouts/partials/post/nav.html
index 7b1417c..cda5159 100644
--- a/layouts/partials/post/nav.html
+++ b/layouts/partials/post/nav.html
@@ -6,13 +6,13 @@
<li class="prev">
<a href="{{- .Permalink }}" title="{{- .Title }}"><i
class="icon icon-angle-left"
- aria-hidden="true"></i><span>&nbsp;&nbsp;{{T "nav_newer" }}</span></a>
+ aria-hidden="true"></i><span>&nbsp;&nbsp;{{T "nav_older" }}</span></a>
</li>
{{- end }}
{{- with .Next }}
<li class="next">
<a href="{{- .Permalink }}"
- title="{{- .Title }}"><span>{{T "nav_older" }}&nbsp;&nbsp;</span><i
+ title="{{- .Title }}"><span>{{T "nav_newer" }}&nbsp;&nbsp;</span><i
class="icon icon-angle-right" aria-hidden="true"></i></a>
</li>
{{- end }}
@@ -46,4 +46,4 @@
{{- end }}
</div>
</div>
-</nav> \ No newline at end of file
+</nav>