chore: post + filter

This commit is contained in:
Cory Dransfeldt 2024-03-02 09:44:55 -08:00
parent 583ea56553
commit ab627458d8
No known key found for this signature in database
3 changed files with 114 additions and 2 deletions

View file

@ -1,3 +1,4 @@
{% for tag in tags limit: 10 %}
{% assign filteredTags = tags | filterTags %}
{% for tag in filteredTags limit: 10 %}
<a class="tag no-underline" href="/tags/{{ tag | downcase }}" data-pagefind-filter="tags">{{ tag | formatTag }}</a>
{% endfor %}