From 1fbf81292f1aeff50b8b262a5615eff637d3e07f Mon Sep 17 00:00:00 2001
From: "Gustavo \"Guz\" L. de Mello" Gustavo "Guz" L. de Mello Guz
+ Gustavo "Guz" L. de Mello
+
+ Guz
+
{ project.Summary }
diff --git a/layouts/page.templ b/layouts/page.templ index cb09970..470ec06 100644 --- a/layouts/page.templ +++ b/layouts/page.templ @@ -4,12 +4,13 @@ templ Page(title string) { + @@ -20,7 +21,7 @@ templ Page(title string) { "w-screen overflow-x-hidden text-white bg-black font-sans m-0" } style="--anim-slide-from-y: 10px; --anim-delay: 120ms; --anim-duration: 0.6s;" > - { children... } + { children... } } diff --git a/pages/homepage.templ b/pages/homepage.templ index d15c476..437ff21 100644 --- a/pages/homepage.templ +++ b/pages/homepage.templ @@ -68,7 +68,8 @@ templ Homepage() { {Text: "contact", Link: templ.SafeURL("#contact")}, })