all repos — homestead @ 1e6e592bbfc3c01ac6039742357bd07ae9da93dc

Code for my website

Reformat templates

Alan Pearce
commit

1e6e592bbfc3c01ac6039742357bd07ae9da93dc

parent

62ad7b3e4f096bc9dfb574f3adf3372a5c8f110f

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

changed files
M templates/index.htmltemplates/index.html
@@ -1,7 +1,7 @@
{% extends "base.html" %} {% block main %} -<content> - {{ section.content | safe }} -</content> + <content> + {{ section.content | safe }} + </content> {% endblock %}