chore: post + filter
This commit is contained in:
parent
583ea56553
commit
ab627458d8
3 changed files with 114 additions and 2 deletions
|
@ -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 %}
|
Reference in a new issue