Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Slupytskyi <dslupytskyi@gmail.com>2017-08-31 23:08:02 +0300
committerDmytro Slupytskyi <dslupytskyi@gmail.com>2017-08-31 23:08:02 +0300
commitb05b95e691a6c9340e4bdf17556799f3990e530f (patch)
treee9cfbff79ad46dca0731e09ad9c60a53b4c25d59
parent61afa95464f20a44a519d4fe38c1f23cf33aef2e (diff)
small correction
-rw-r--r--exampleSite/config.toml4
-rw-r--r--i18n/ru.toml6
-rw-r--r--layouts/partials/header.html2
3 files changed, 8 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 15d462e..7ff017c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,6 +21,10 @@ weight = 1
[Languages.ru]
weight = 2
+[blackfriday]
+angledQuotes = true
+hrefTargetBlank = true
+
[indexes]
category = "categories"
tag = "tags"
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 0a75b2c..c8d2b78 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -11,10 +11,10 @@ other = "Теги"
other = "Поиск"
[written]
-other = "За авторством"
+other = "Написал"
[newer]
-other = "След."
+other = "Следующая"
[older]
-other = "Пред."
+other = "Предыдущая"
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d0a1e88..8a5617c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,7 +1,7 @@
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
- <a href="{{ .Site.BaseURL }}{{ .Site.LanguagePrefix }}" class="site-title">{{ .Site.Title }}</a>
+ <a href="{{ .Site.BaseURL }}{{ .Site.LanguagePrefix }}" class="site-title">{{ .Site.Title }}</a>
<nav class="site-nav right">
{{ partial "navigation.html" . }}
</nav>