Fix #1: add i18n for en/ru
This commit is contained in:
parent
0f60a781eb
commit
63e411c12f
9 changed files with 73 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ i18n .Title }}</h1>
|
||||
{{ range (.Site.RegularPages.GroupByPublishDate "2006") }}
|
||||
{{ range .Pages }}
|
||||
<div class="post-short-list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue