crimsontome.com/tags-list.njk

11 lines
232 B
Plaintext
Raw Normal View History

2021-10-15 22:30:12 +01:00
---
permalink: /tags/
layout: layouts/home.njk
---
<h1>Tags</h1>
{% for tag in collections.tagList %}
{% set tagUrl %}/tags/{{ tag | slug }}/{% endset %}
<a href="{{ tagUrl | url }}" class="post-tag">{{ tag }}</a>
{% endfor %}