Sha256: 4ee870a422379c9678e4101c09e663761ef2291920d4fd86e382c44440d2c251
Contents?: true
Size: 785 Bytes
Versions: 28
Compression:
Stored size: 785 Bytes
Contents
{% case site.tag_archive.type %} {% when "liquid" %} {% assign path_type = "#" %} {% when "jekyll-archives" %} {% assign path_type = nil %} {% endcase %} {% if site.tag_archive.path %} {% assign tags_sorted = page.tags | sort_natural %} <p class="page__taxonomy"> <strong><i class="fas fa-fw fa-tags" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }} </strong> <span itemprop="keywords"> {% for tag_word in tags_sorted %} <a href="{{ tag_word | slugify | prepend: path_type | prepend: site.tag_archive.path | relative_url }}" class="page__taxonomy-item p-category" rel="tag">{{ tag_word }}</a>{% unless forloop.last %}<span class="sep">, </span>{% endunless %} {% endfor %} </span> </p> {% endif %}
Version data entries
28 entries across 28 versions & 2 rubygems