From 99aa85f271a5d3774e4a71318ca8ebf8c0e5258f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 17 Sep 2024 03:13:30 +0400 Subject: [PATCH] Set a corresponding lang attr to an html tag. --- web/base.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/base.templ b/web/base.templ index 879127a..2508618 100644 --- a/web/base.templ +++ b/web/base.templ @@ -10,7 +10,7 @@ import "git.arav.su/Arav/dwelling-home/pkg/util" templ base(title, description, keywords, canonical string, r *http.Request, head templ.Component) { - + if title != "" && title != "Home" { { title } - Arav's dwelling