Add multilingual support
This commit is contained in:
parent
9d324b29a7
commit
3f5dced32f
5 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h1>{{ i18n "category" | humanize }}: {{ .Title }}</h1>
|
||||
<div class="article-info">
|
||||
<a href="{{ "categories/" | absURL }}">{{ i18n "toAllCategories" | humanize }}</a>
|
||||
<a href="{{ "categories/" | absLangURL }}">{{ i18n "toAllCategories" | humanize }}</a>
|
||||
</div>
|
||||
{{ range .Data.Pages }}
|
||||
<article class="post-list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue