Forgot about stuff's desc and keywords.
This commit is contained in:
parent
88007d68d9
commit
fe6d041bb8
@ -47,6 +47,7 @@ en:
|
|||||||
all: All
|
all: All
|
||||||
stuff:
|
stuff:
|
||||||
description: Here I share my programs, scripts, articles, may be other 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.
|
text: Here lies everything I've made that I'm willing to share.
|
||||||
article:
|
article:
|
||||||
h: Articles
|
h: Articles
|
||||||
|
@ -47,6 +47,7 @@ ru:
|
|||||||
all: Всё
|
all: Всё
|
||||||
stuff:
|
stuff:
|
||||||
description: Здесь все программы, скрипты, статьи и прочее, чем хотел бы поделиться.
|
description: Здесь все программы, скрипты, статьи и прочее, чем хотел бы поделиться.
|
||||||
|
keywords: оригинальный контент, статьи, программы, скрипты, моя музыка
|
||||||
text: Здесь лежит всё, чем я хотел бы поделиться.
|
text: Здесь лежит всё, чем я хотел бы поделиться.
|
||||||
article:
|
article:
|
||||||
h: Статьи
|
h: Статьи
|
||||||
|
@ -9,7 +9,7 @@ import "git.arav.su/Arav/dwelling-home/pkg/util"
|
|||||||
templ Stuff(r *http.Request) {
|
templ Stuff(r *http.Request) {
|
||||||
{{ gitSite := util.GetServiceByHost(r.Host, util.ServiceGit) }}
|
{{ 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>
|
<p class="center">{ i18n.T(ctx, "stuff.text") }</p>
|
||||||
<section id="articles">
|
<section id="articles">
|
||||||
<h2>{ i18n.T(ctx, "stuff.article.h") }</h2>
|
<h2>{ i18n.T(ctx, "stuff.article.h") }</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user