diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 9c8f98d..f1a8cbe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,4 +6,10 @@ {{ 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> +{% endfor %} + {%- endblock content -%} |
