diff --git a/web/components/base/layout.templ b/web/components/base/layout.templ
index 0397dee..c7b1675 100644
--- a/web/components/base/layout.templ
+++ b/web/components/base/layout.templ
@@ -9,6 +9,7 @@ templ Layout(title string, content templ.Component, version string) {
{ title } - Oar
+
diff --git a/web/components/base/layout_templ.go b/web/components/base/layout_templ.go
index 3fbf837..c2a2e8b 100644
--- a/web/components/base/layout_templ.go
+++ b/web/components/base/layout_templ.go
@@ -44,7 +44,7 @@ func Layout(title string, content templ.Component, version string) templ.Compone
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Oar")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Oar")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
@@ -149,7 +149,7 @@ func Footer(version string) templ.Component {
var templ_7745c5c3_Var5 templ.SafeURL
templ_7745c5c3_Var5, templ_7745c5c3_Err = templ.JoinURLErrs("https://github.com/oar-cd/oar/releases/tag/" + version)
if templ_7745c5c3_Err != nil {
- return templ.Error{Err: templ_7745c5c3_Err, FileName: `web/components/base/layout.templ`, Line: 68, Col: 66}
+ return templ.Error{Err: templ_7745c5c3_Err, FileName: `web/components/base/layout.templ`, Line: 69, Col: 66}
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var5))
if templ_7745c5c3_Err != nil {
@@ -162,7 +162,7 @@ func Footer(version string) templ.Component {
var templ_7745c5c3_Var6 string
templ_7745c5c3_Var6, templ_7745c5c3_Err = templ.JoinStringErrs(version)
if templ_7745c5c3_Err != nil {
- return templ.Error{Err: templ_7745c5c3_Err, FileName: `web/components/base/layout.templ`, Line: 73, Col: 14}
+ return templ.Error{Err: templ_7745c5c3_Err, FileName: `web/components/base/layout.templ`, Line: 74, Col: 14}
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var6))
if templ_7745c5c3_Err != nil {