diff options
Diffstat (limited to 'view/error_404_templ.go')
-rw-r--r-- | view/error_404_templ.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/error_404_templ.go b/view/error_404_templ.go index 486a7cd..3791569 100644 --- a/view/error_404_templ.go +++ b/view/error_404_templ.go @@ -23,7 +23,7 @@ func Error404() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<h1>Not found</h1>") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<h1>Not found</h1><p><a href=\"/\">Back to index</a></p>") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } |