multi-language support through i18n
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div>
|
||||
<p>{{ .Summary }}</p>
|
||||
{{ if (and (.Site.Params.showReadMore) (.Truncated)) }}
|
||||
<p><a href="{{ .RelPermalink }}">Read more...</a></p>
|
||||
<p><a href="{{ .RelPermalink }}">{{ i18n "read_more" }}</a></p>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="post-footer">
|
||||
|
Reference in New Issue
Block a user