all repos — homestead @ 1e6e592bbfc3c01ac6039742357bd07ae9da93dc

Code for my website

Reformat templates

Alan Pearce
commit

1e6e592bbfc3c01ac6039742357bd07ae9da93dc

parent

62ad7b3e4f096bc9dfb574f3adf3372a5c8f110f

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M templates/404.htmltemplates/404.html
@@ -3,6 +3,6 @@
{% block title %}404{% endblock %} {% block main %} -<h1>404</h1> -<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> + <h1>404</h1> + <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> {% endblock %}