diff --git a/handlers/pages/home.templ b/handlers/pages/home.templ index 8ac45d5..f17da5d 100644 --- a/handlers/pages/home.templ +++ b/handlers/pages/home.templ @@ -5,6 +5,7 @@ import ( "forge.capytal.company/capytalcode/project-comicverse/lib/router/rerrors" "keikos.work/templates/layouts" + "time" ) type Home struct{} @@ -118,5 +119,9 @@ templ (p *Home) page() { + } } diff --git a/templates/layouts/page.templ b/templates/layouts/page.templ index 761ba16..9b2bff9 100644 --- a/templates/layouts/page.templ +++ b/templates/layouts/page.templ @@ -84,7 +84,7 @@ templ Page(i ...PageInfo) { @pageInfo(i).Heading } -
+