diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index f1a8cbe..43b50d1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,10 +6,9 @@ {{ section.content | safe }} {% endif %} -<h2>Tags</h2> {% set blogtags = get_taxonomy(kind="tags") %} {% for tag in blogtags.items %} -<a href="{{ get_taxonomy_url(kind="tags", name=tag.name) }}">#{{ tag.name }}</a> + <a href="{{ get_taxonomy_url(kind="tags", name=tag.name) }}">#{{ tag.name }}</a> {% endfor %} {%- endblock content -%} |
