diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 17:47:06 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 18:30:24 +0300 |
commit | 3442a92f359b35a76244dfc4f2e55a34d4ec1b2b (patch) | |
tree | 982fdb2d288b79fe664fe7ba5c7d1803ce839db4 /pkg/tpl/layout_templ.go | |
parent | 6160b4fdc5f37e4ceaa6b3c5acc855f466049d61 (diff) |
Фикс ссылок + обработка ошибок
Diffstat (limited to 'pkg/tpl/layout_templ.go')
-rw-r--r-- | pkg/tpl/layout_templ.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tpl/layout_templ.go b/pkg/tpl/layout_templ.go index 133beed..eb340ee 100644 --- a/pkg/tpl/layout_templ.go +++ b/pkg/tpl/layout_templ.go @@ -68,7 +68,7 @@ func Layout(params HeaderParams) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("\"><title>ШОргРу</title></head><body><main class=\"container\"><nav><ul><li><a href=\"/\"><strong>ШОргРу</strong></a></li></ul><ul><li><a href=\"/add\">Добавить цитату</a></li><li><a href=\"/random\">Случайные</a></li></ul></nav>") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("\"><title>ШОргРу</title></head><body><main class=\"container\"><nav><ul><li><a href=\"/\"><strong>ШОргРу</strong></a></li></ul><ul><li><a href=\"/\">Главная</a></li><li><a href=\"/random\">Случайные</a></li><li><a href=\"/add\">Добавить цитату</a></li></ul></nav>") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } |