diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/500.html b/templates/500.html index 77bb9ab..9c55dd1 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,8 +1,10 @@ {{ define "500" }} <!DOCTYPE html> <html> - <title>500 Internal Server Error</title> - {{ template "head" . }} + <head> + {{ template "generichead" . }} + <title>500 Internal Server Error</title> + </head> <body> {{ template "nav" . }} <main> |