From 8eba8ca7add006909349c73c3461baa898724219 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 May 2023 19:18:20 -0400 Subject: [PATCH] Fix bugged 404 title --- templates/404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/404.html b/templates/404.html index ee64040..0081f01 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,7 +1,7 @@ {% extends "base.html" %} -{% block title %} -Not Found -{% endblock title %} +{% block variable_wormhole %} +{% set title = "Not Found" %} +{% endblock variable_wormhole %} {% block page_start %} {% include "components/heading-card.html" %}