Add multilanguage support
This commit is contained in:
parent
62709b7219
commit
e0787f1e1d
5 changed files with 22 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
<span class="post-date">
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
</span>
|
||||
<span class="post-author">Written by {{ .Params.Author }}</span>
|
||||
<span class="post-author">{{ .Site.Params.WrittenBy }} {{ .Params.Author }}</span>
|
||||
</div>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
|
@ -26,7 +26,7 @@
|
|||
{{ if or .NextInSection .PrevInSection }}
|
||||
<div class="pagination">
|
||||
<div class="pagination__title">
|
||||
<span class="pagination__title-h">Read other posts</span>
|
||||
<span class="pagination__title-h">{{ .Site.Params.ReadOtherPosts }}</span>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="pagination__buttons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue