i18n .Title in sections and regular pages for hugo 57

- .Site.RegularPages instead of .Data.Pages in layouts/index.html
- i18n .Title in layouts/partial/header.html
This commit is contained in:
2019-08-14 20:34:16 +03:00
parent ff9a73e639
commit 4139494682
3 changed files with 160 additions and 0 deletions

8
i18n/ru.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: Tags
translation: "Теги"
- id: Posts
translation: "Посты"
- id: Pages
translation: "Страницы"
- id: Categories
translation: "Категории"