From 5f4c0e6ac4a77eb3de31156a64ee083e5681186a Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 21 Jan 2023 11:02:25 +0100 Subject: fix 404 and relative links --- templates/404.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html index 02d0a66..6eadf4d 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,8 +1,11 @@ -{% extends "index.html" %} +{% extends "page.html" %} + +{% block title %}404 · {{ config.title }}{% endblock title %} {% block content %}
-

404

+

404

Page not found, dude.

+

Click here to return to the front page.

{% endblock content %} -- cgit v1.2.3