diff --git a/web/locales/en/en.yaml b/web/locales/en/en.yaml index 4cafb6b..fbdbe8c 100644 --- a/web/locales/en/en.yaml +++ b/web/locales/en/en.yaml @@ -30,4 +30,9 @@ en: reply: Reply by no-posts: No posts. privacy: - description: Privacy statements for all of my services. \ No newline at end of file + description: Privacy statements for all of my services. + mindflow: + description: Updates on my infrastructure, my very important opinions and thoughts. + text: Updates on websites and servers, my very important thoughts and opinions no one asked for. + no-posts: Nothing? There must be some... Looks like database went down. + all: All diff --git a/web/locales/ru/ru.yaml b/web/locales/ru/ru.yaml index 614fc18..fc0a23d 100644 --- a/web/locales/ru/ru.yaml +++ b/web/locales/ru/ru.yaml @@ -30,4 +30,9 @@ ru: reply: Ответ no-posts: Нет постов. privacy: - description: Заявление о приватности на моих сервисах. \ No newline at end of file + description: Заявление о приватности на моих сервисах. + mindflow: + description: Новости по работе сайта и серверов, мои нахрен никому не упёршиеся мнения и мысли. + text: Новости по работе сайтов и серверов, мои мысли и мнения, которые никому не упёрлись. + no-posts: Ничего? Как это?.. Видать, база накрылась. + all: Всё diff --git a/web/mindflow.templ b/web/mindflow.templ index b444d65..e126fda 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -10,11 +10,11 @@ import "git.arav.su/Arav/dwelling-home/pkg/mindflow" import "git.arav.su/Arav/dwelling-home/pkg/util" templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Request) { - @base(i18n.T(ctx, "base.section.mindflow"), "Updates on my infrastructure, my very important opinions and thoughts.", "updates, thoughts, opinions, blog, diary", "/mindflow", r, mindflowHead()) { -

Here I post updates on websites and infrastructure, my very important opinions and thoughts no one asked for. If you'd like to subscribe to this bullshittery then RSS feed at your service. :)

+ @base(i18n.T(ctx, "base.section.mindflow"), i18n.T(ctx, "base.mindflow.description"), "updates, thoughts, opinions, blog, diary", "/mindflow", r, mindflowHead()) { +

{ i18n.T(ctx, "mindflow.text") }

}