summaryrefslogtreecommitdiffci
path: root/locale/localization.go
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-03-31 00:06:46 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-03-31 00:06:46 +0700
commita0ace41ad3b0f4661e98d8fa8ef254369cc80d1e (patch)
treeb5b5c58d42918bab94fd3a6980268ef55dc71f40 /locale/localization.go
parentbe906e1cc4ec3e92bcb14ee08256b53f3a4b44e2 (diff)
downloadweb-a0ace41ad3b0f4661e98d8fa8ef254369cc80d1e.tar.gz
web-a0ace41ad3b0f4661e98d8fa8ef254369cc80d1e.zip
feat: specify canonical hrefs for each page
feat: specify more meta properties for search engines fix: correct user and catalogue meta format: specify og property names in property field feat: user profile description
Diffstat (limited to 'locale/localization.go')
-rw-r--r--locale/localization.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/localization.go b/locale/localization.go
index a4f36f1..7080355 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -85,6 +85,7 @@ type NewPostConfig struct {
type UserProfileConfig struct {
Header string `yaml:"Header" json:"Header"`
+ Description string `yaml:"Description" json:"Description"`
EmailHeader string `yaml:"EmailHeader" json:"EmailHeader"`
VerificationCodeHeader string `yaml:"VerificationCodeHeader" json:"VerificationCodeHeader"`
TypeEmail string `yaml:"TypeEmail" json:"TypeEmail"`