1

Fix bugged 404 title

This commit is contained in:
Evan Pratten 2023-05-24 19:18:20 -04:00
parent 11083b2ade
commit 8eba8ca7ad

View File

@ -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" %}