Added localization support
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if gt (len $pages) 5 }}
|
{{ if gt (len $pages) 5 }}
|
||||||
<span class="more-post">
|
<span class="more-post">
|
||||||
<a href="{{ .Permalink }}" class="more-post-link">More >></a>
|
<a href="{{ .Permalink }}" class="more-post-link">{{ i18n "More" }} >></a>
|
||||||
</span>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user