From aed59d36c8fc4e8c96b9f5116502b973f73ddc19 Mon Sep 17 00:00:00 2001 From: KitsuneSolar Date: Tue, 17 Oct 2023 05:03:42 +0000 Subject: [PATCH] 2023-10-17 05:03:42 --- i18n/en.yml | 2 ++ i18n/ru.yml | 2 ++ layouts/partials/footer.html | 9 +++++---- layouts/partials/header.html | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/i18n/en.yml b/i18n/en.yml index 02466e2..9f5b4fa 100644 --- a/i18n/en.yml +++ b/i18n/en.yml @@ -27,6 +27,7 @@ languages: { other: 'Languages' } license: { other: 'License' } license_header: { other: 'License header' } license_text: { other: 'License text' } +logo: { other: 'Logotype' } meta: { other: 'Meta' } minutes: { other: 'min.' } posts: { other: 'Posts' } @@ -47,6 +48,7 @@ sys_path: { other: 'System path' } tags: { other: 'Tags' } terminal: { other: 'Terminal' } toc: { other: 'Contents' } +toggle_navigation: { other: 'Toggle navigation' } type: { other: 'Type' } uuid: { other: 'UUID' } word_count: { other: 'Word count' } diff --git a/i18n/ru.yml b/i18n/ru.yml index c0bcfaa..0b68119 100644 --- a/i18n/ru.yml +++ b/i18n/ru.yml @@ -27,6 +27,7 @@ languages: { other: 'Языки' } license: { other: 'Лицензия' } license_header: { other: 'Заголовок лицензии' } license_text: { other: 'Текст лицензии' } +logo: { other: 'Логотип' } meta: { other: 'Мета' } minutes: { other: 'мин.' } posts: { other: 'Статьи' } @@ -47,6 +48,7 @@ sys_path: { other: 'Системный путь' } tags: { other: 'Теги' } terminal: { other: 'Терминал' } toc: { other: 'Содержание' } +toggle_navigation: { other: 'Переключить навигацию' } type: { other: 'Тип' } uuid: { other: 'UUID' } word_count: { other: 'Количество слов' } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 34a0d60..0030d64 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,7 +7,7 @@ {{ range ($block) }}
-

{{ (.Title) }}

+

{{ (.Title) }}

{{ (.Content) }}
@@ -39,21 +39,22 @@