Tag

Tags

Basic tags are links to respective pages, for example blog posts about a specific tag.

For “Dismiss” tags, they should include data that can be added/dismissed. For example, a hidden form input.

<a href="#" class="tag">
    <span class="tag__title">Unde</span>
</a>
<a href="{{ link }}" class="{{modifier 'tag' modifiers}}">
    <span class="tag__title">{{ titlecase text }}</span>
</a>