diff options
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html index ca630ee..06ca617 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,7 +2,9 @@ {{ define "main"}} <main id="main"> <div> - <h1 id="title"><a href="{{ "/docs" }}">Go Home</a></h1> + <h1 id="title"><a href="{{ "/" }}">Go Home</a></h1> </div> </main> -{{ end }}
\ No newline at end of file +{{ end }} + +{{ define "toc" }} {{ end }}
\ No newline at end of file |