diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:35:55 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:35:55 +0200 |
commit | 978e7fdeccd0ba92948c413099aa0d88f221f6b0 (patch) | |
tree | 53c6ac8d6063c1459aae3e0cbefa1d43eae78b99 /templates/404.html | |
parent | 8628a4ae2e7c8998c8d2ffe2ecc51f2624aa66b1 (diff) |
Better 404 paging with police door reference + unification of configs.
Changes to be committed:
modified: config.toml
modified: templates/404.html
deleted: themes/404.html
deleted: themes/config.toml
Changes not staged for commit:
modified: themes/emily_zola_theme (modified content)
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html index ee5e10b..fc70c01 100644 --- a/templates/404.html +++ b/templates/404.html @@ -13,7 +13,7 @@ </p> <div class="banner-404"> <h1>404</h1> - <p>Oops, page not found…</p> + <p>Oops, police door not found…</p> <p class="btn-404"> <a href="{{config.base_url}}"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>Home</a> <a href='{{config.base_url}}/posts'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg>Archives</a> |