drewcassidy.me/_includes/taglist.html

11 lines
157 B
HTML

Tags:
{% if post.tags.size > 0 %}
<i>
{% for tag in post.tags limit: 6%}
{{ tag }}
{% endfor %}
</i>
{% else %}
none
{% endif %}