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

Version Path
minimal-mistakes-jekyll-4.26.2 _includes/tag-list.html
minimal-mistakes-jekyll-4.26.0 _includes/tag-list.html
minimal-mistakes-jekyll-4.25.1 _includes/tag-list.html
minimal-mistakes-jekyll-4.25.0 _includes/tag-list.html
creek-jekyll-theme-1.7.5 _includes/tag-list.html
creek-jekyll-theme-1.7.4 _includes/tag-list.html
creek-jekyll-theme-1.7.3 _includes/tag-list.html
creek-jekyll-theme-1.7.1 _includes/tag-list.html
creek-jekyll-theme-1.7.0 _includes/tag-list.html
creek-jekyll-theme-1.6.0 _includes/tag-list.html
creek-jekyll-theme-1.5.0 _includes/tag-list.html
creek-jekyll-theme-1.4.1 _includes/tag-list.html
creek-jekyll-theme-1.4.0 _includes/tag-list.html
creek-jekyll-theme-1.3.0 _includes/tag-list.html
creek-jekyll-theme-1.2.2 _includes/tag-list.html
creek-jekyll-theme-1.2.0 _includes/tag-list.html
creek-jekyll-theme-1.1.0 _includes/tag-list.html
creek-jekyll-theme-1.0.0 _includes/tag-list.html
creek-jekyll-theme-0.5.2 _includes/tag-list.html
creek-jekyll-theme-0.5.1 _includes/tag-list.html