diff --git a/site/content/404.html b/site/content/404.html index a0a08e7..3172703 100644 --- a/site/content/404.html +++ b/site/content/404.html @@ -1,8 +1,6 @@ -{% extends "post.j2" %} +{% extends "blank.j2" %} -{% block splash %} -

-Page not found! I just keep on losing track of things... -

+{% block post %} +#Page not found! I just keep on losing track of things... {% endblock %}