1
0

Forgot about stuff's desc and keywords.

This commit is contained in:
Alexander Andreev 2024-09-17 03:27:31 +04:00
parent 88007d68d9
commit fe6d041bb8
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -47,6 +47,7 @@ ru:
all: Всё
stuff:
description: Здесь все программы, скрипты, статьи и прочее, чем хотел бы поделиться.
keywords: оригинальный контент, статьи, программы, скрипты, моя музыка
text: Здесь лежит всё, чем я хотел бы поделиться.
article:
h: Статьи

View File

@ -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) {
<p class="center">{ i18n.T(ctx, "stuff.text") }</p>
<section id="articles">
<h2>{ i18n.T(ctx, "stuff.article.h") }</h2>