Reformat templates
1 file changed, 10 insertions(+), 10 deletions(-)
changed files
M templates/taxonomy_list.html → templates/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> - {% 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> + {% endfor %} + </div> + </small> + </content> {% endblock %}