about summary refs log tree commit diff stats
path: root/templates/taxonomy_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/taxonomy_list.html')
-rw-r--r--templates/taxonomy_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html
index 4b4e08a..f11519d 100644
--- a/templates/taxonomy_list.html
+++ b/templates/taxonomy_list.html
@@ -5,10 +5,10 @@
     <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>