Minor fixes
This commit is contained in:
parent
6505aa2f5e
commit
5c339656b7
3 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
mixin notfound()
|
||||
h1 Not Found
|
||||
p The page you were looking for doesn't seem to exist. Please check that you typed the URL correctly.
|
||||
if message
|
||||
p Reason: #{message}
|
||||
mixin forbidden()
|
||||
h1 Forbidden
|
||||
p You don't have permission to access <code>#{path}</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue