diff --git a/templates/docs.templ b/templates/docs.templ
index ecece5d..441326b 100644
--- a/templates/docs.templ
+++ b/templates/docs.templ
@@ -11,7 +11,7 @@ templ DocsLayout(nav Navigation, doc Document, user User) {
{ doc.Title } - Bookhoard Documentation
-
+
@@ -298,7 +298,7 @@ templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer A
{ doc.Title } - Bookhoard Documentation
-
+
diff --git a/templates/docs_templ.go b/templates/docs_templ.go
index 7c145c7..14d18ae 100644
--- a/templates/docs_templ.go
+++ b/templates/docs_templ.go
@@ -40,13 +40,13 @@ func DocsLayout(nav Navigation, doc Document, user User) templ.Component {
var templ_7745c5c3_Var2 string
templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.JoinStringErrs(doc.Title)
if templ_7745c5c3_Err != nil {
- return templ.Error{Err: templ_7745c5c3_Err, FileName: `templates/docs.templ`, Line: 13, Col: 21}
+ return templ.Error{Err: templ_7745c5c3_Err, FileName: `docs.templ`, Line: 13, Col: 21}
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var2))
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Bookhoard Documentation