aboutsummaryrefslogtreecommitdiff
path: root/layouts/post
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-06-01 00:36:52 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-06-01 00:36:52 +0800
commit2c7773b9cb39c1c1005915771f765654981fbb96 (patch)
treef3019f318679725d9bc2ad5157af462a95a0ffc8 /layouts/post
parent6766e09744896fec27c3c49895defa78f2a2aede (diff)
feat(config): configure to show archive count
Close #46
Diffstat (limited to 'layouts/post')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 50e4656..61fbf8c 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -62,7 +62,7 @@
{{ with .PrevInSection }}
<a class="next" href="{{ .URL }}">
<span class="next-text nav-default">{{ .Title }}</span>
- <span class="prev-text nav-mobile">{{ T "nextPost" }}</span>
+ <span class="next-text nav-mobile">{{ T "nextPost" }}</span>
<i class="iconfont icon-right"></i>
</a>
{{- end }}