multi-language support through i18n

This commit is contained in:
Francesco Maida
2020-04-18 22:18:57 +02:00
parent e9193c9bc9
commit 5529fcddd5
4 changed files with 16 additions and 4 deletions

View File

@@ -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">