diff options
Diffstat (limited to '')
-rw-r--r-- | templates/404.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/404.html b/templates/404.html index dd8c813..3a68101 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,10 +4,10 @@ <title>404 Not Found</title> {{ template "head" . }} <body> - {{ template "nav" . }} - <main> - <h1>404 Not Found</h1> - </main> + {{ template "nav" . }} + <main> + <h1>404 Not Found</h1> + </main> </body> </html> {{ end }} |