feat(i18n): add switchTheme i18n

This commit is contained in:
Dillon
2020-01-30 13:17:42 +08:00
parent 78ef3fa2f3
commit 7e6236361f
6 changed files with 30 additions and 19 deletions

View File

@@ -29,7 +29,7 @@
{{ end }}
{{ if gt (len $pages) 5 }}
<span class="more-post">
<a href="{{ .Permalink }}" class="more-post-link">{{ T "More" }} >></a>
<a href="{{ .Permalink }}" class="more-post-link">{{ T "more" }} >></a>
</span>
{{ end }}
</div>