diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,11 +1,9 @@ --- -permalink: /not-found +permalink: /404.html layout: default --- -<div class="well"> - <h1>404</h1> - - <p><strong>{% t not_found_page.not_found %}</strong></p> - <p>{% t not_found_page.not_found_message %}</p> -</div> +<div class="column"> + <h1>404</h1> + <p>{% t errors.not_found %}</p> +</div> |