chore: post; tag list improvements; style fixes

This commit is contained in:
Cory Dransfeldt 2024-04-29 10:00:41 -07:00
parent fb74453363
commit 42b496cfcc
No known key found for this signature in database
5 changed files with 67 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{% assign filteredTags = tags | filterTags %}
<div{% if hasSpace %} style="margin-bottom:var(--sizing-md)"{% endif %}>
{% for tag in filteredTags limit: 10 %}
<a class="tag" href="/tags/{{ tag | downcase }}">{{ tag | formatTag }}</a>
<a class="post-tag" href="/tags/{{ tag | downcase }}">{{ tag | formatTag }}</a>
{% endfor %}
</div>