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