all repos — homestead @ 1e6e592bbfc3c01ac6039742357bd07ae9da93dc

Code for my website

Reformat templates

Alan Pearce
commit

1e6e592bbfc3c01ac6039742357bd07ae9da93dc

parent

62ad7b3e4f096bc9dfb574f3adf3372a5c8f110f

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

changed files
M templates/taxonomy_list.htmltemplates/taxonomy_list.html
@@ -1,14 +1,14 @@
{% extends "base.html" %} {% block main %} -<content> - <small> - <div> - {% set tags = get_taxonomy(kind="tags") %} - {% for post in tags.items %} - <a href="{{ post.permalink }}">#{{ post.name }}</a>&nbsp; - {% endfor %} - </div> - </small> -</content> + <content> + <small> + <div> + {% set tags = get_taxonomy(kind="tags") %} + {% for post in tags.items %} + <a href="{{ post.permalink }}">#{{ post.name }}</a>&nbsp; + {% endfor %} + </div> + </small> + </content> {% endblock %}