all repos — zola-bearblog @ 99423f57f79499f13d021970c1efb4529072006b

Port of bear blog theme to zola

improve whitespace generation in output files

Alan Pearce
commit

99423f57f79499f13d021970c1efb4529072006b

parent

dea01a9d2d2853af740aff8d11f573a70e7c4962

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

changed files
M templates/taxonomy_list.htmltemplates/taxonomy_list.html
@@ -5,10 +5,10 @@ <main>
<h1>{{ taxonomy.name | capitalize }}</h1> <small> <div> - {% set tags = get_taxonomy(kind="tags", lang=lang) %} - {% for post in tags.items %} + {%- set tags = get_taxonomy(kind="tags", lang=lang) %} + {%- for post in tags.items %} <a href="{{ post.permalink }}">#{{ post.name }}</a>&nbsp; - {% endfor %} + {%- endfor %} </div> </small> </main>