fix: make 404 message make more sense

This commit is contained in:
NunoSempere 2022-03-10 07:31:42 +00:00
parent 0af75f4927
commit bae3e4306a

View File

@ -1,3 +1,3 @@
<h1>The requested document at '<i>%($base_url$"req_path%)</i>' doesn't exist</h1> <h1>The requested document at '<i>%($base_url$"req_path%)</i>' doesn't exist</h1>
<h4>Or take a look at the <a href="/sitemap">sitemap</a>.</h4> <h4>Perhaps take a look at the <a href="/sitemap">sitemap</a>.</h4>
<hr> <hr>