diff options
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | content/posts/_index.md | 2 | ||||
-rw-r--r-- | hugo.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/_index.md b/content/_index.md index f1387b6..98e5e3f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,7 +8,7 @@ title: Привет! Меня зовут Саня, я Go разработчик. Остальное обо мне на [отдельной странице](/pages/me). -А рядом — [мой бортжурнал](/posts/). +А рядом — [мой блог](/posts/). Так же у блога есть RSS лента (кнопка ниже). diff --git a/content/posts/_index.md b/content/posts/_index.md index c0868de..f30ccef 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -6,6 +6,6 @@ cascade: title: Блог --- -Мой бортжурнал. +Мой блог. Пишу как про околоайти, так и просто что придёт в голову.
\ No newline at end of file @@ -22,7 +22,7 @@ params: locale: ru menus: main: - - name: Бортжурнал + - name: Блог pageRef: /posts weight: 5 - name: Проекты |