diff options
| author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-06-01 00:36:52 +0800 | 
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-06-01 00:36:52 +0800 | 
| commit | 2c7773b9cb39c1c1005915771f765654981fbb96 (patch) | |
| tree | f3019f318679725d9bc2ad5157af462a95a0ffc8 /layouts/post/single.html | |
| parent | 6766e09744896fec27c3c49895defa78f2a2aede (diff) | |
feat(config): configure to show archive count
Close #46
Diffstat (limited to 'layouts/post/single.html')
| -rw-r--r-- | layouts/post/single.html | 2 | 
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 }} | 
