diff --git a/templates/404.html b/templates/404.html index b602a75..ee64040 100644 --- a/templates/404.html +++ b/templates/404.html @@ -3,6 +3,9 @@ Not Found {% endblock title %} +{% block page_start %} +{% include "components/heading-card.html" %} +{% endblock page_start %} {% block content %}

404: Not Found

There is a large chance you reached this page through a retrylife.ca or va3zza.com link. I have recently changed my primary domain name to ewpratten.com

diff --git a/templates/components/footer.html b/templates/components/footer.html index 48d89f5..fd749cd 100644 --- a/templates/components/footer.html +++ b/templates/components/footer.html @@ -9,6 +9,6 @@

Copyright © Evan Warren Pratten
- Privacy Policy + {{config.extra.email}}

\ No newline at end of file