diff options
Diffstat (limited to 'data/templates/exception.htm')
| -rw-r--r-- | data/templates/exception.htm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/templates/exception.htm b/data/templates/exception.htm index 91120f4..f4f5d32 100644 --- a/data/templates/exception.htm +++ b/data/templates/exception.htm @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> - <head> - <link rel="stylesheet" href="/css/phorkie.css" /> + <head> + <base href="{{baseurl}}" /> + <link rel="stylesheet" href="css/phorkie.css" /> <title>Error - phorkie</title> <meta name="robots" content="noindex"/> </head> |
