diff --git a/web/locales/en/en.yaml b/web/locales/en/en.yaml index 3c14d57..de3c3c1 100644 --- a/web/locales/en/en.yaml +++ b/web/locales/en/en.yaml @@ -47,6 +47,7 @@ en: all: All stuff: description: Here I share my programs, scripts, articles, may be other stuff. + keywords: original content, articles, programs, scripts, own music text: Here lies everything I've made that I'm willing to share. article: h: Articles diff --git a/web/locales/ru/ru.yaml b/web/locales/ru/ru.yaml index 83f7cfe..fa0fd27 100644 --- a/web/locales/ru/ru.yaml +++ b/web/locales/ru/ru.yaml @@ -47,6 +47,7 @@ ru: all: Всё stuff: description: Здесь все программы, скрипты, статьи и прочее, чем хотел бы поделиться. + keywords: оригинальный контент, статьи, программы, скрипты, моя музыка text: Здесь лежит всё, чем я хотел бы поделиться. article: h: Статьи diff --git a/web/stuff.templ b/web/stuff.templ index 03c00db..b76828c 100644 --- a/web/stuff.templ +++ b/web/stuff.templ @@ -9,7 +9,7 @@ import "git.arav.su/Arav/dwelling-home/pkg/util" templ Stuff(r *http.Request) { {{ gitSite := util.GetServiceByHost(r.Host, util.ServiceGit) }} - @base(i18n.T(ctx, "base.section.stuff"), i18n.T(ctx, "stuff.description"), "articles, programs, personal projects, own music", "/stuff", r, nil) { + @base(i18n.T(ctx, "base.section.stuff"), i18n.T(ctx, "stuff.description"), i18n.T(ctx, "stuff.keywords"), "/stuff", r, nil) {

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

{ i18n.T(ctx, "stuff.article.h") }