fix where the feed generator outputs to, and also output error pages

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-03-17 08:35:58 -05:00
parent 4644aea4b0
commit d52fc4df9a
5 changed files with 36 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-3.0-only
{% block body %}
<div class="content">
<h1>NOT FOUND</h1>
<p>Sorry, <b><tt>{{ request.path }}</tt></b> does not seem to exist, at least not anymore.</p>
<p>Sorry, the file you requested does not seem to exist, at least not anymore.</p>
<p>It's possible you followed a dead link on this site, in which case I would appreciate it if you could email me at
{{ config.CONTACT_EMAIL }} and I can take a look. I make an effort to symlink old content to its new location,
so old links and URLs should, generally speaking, work.</p>