Sha256: a577dfafe45e4f5afa76e847384e67e80dec44672571770754527c082dfcf722

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

{% if page.categories.size > 0 %}
  <h3 class="page-taxonomies-title">{{ site.data.text[site.locale].categories | default: 'Categories' }}</h3>
  <ul class="page-taxonomies">
    {%- for category in page.categories -%}
      <li class="page-taxonomy">
        {%- if site.category_archive_path -%}
          <a class="p-category" href="{{ category | slugify | prepend: site.category_archive_path | relative_url }}" title="{{ site.data.text[site.locale].pages_categorized | default: 'Pages filed under' }} {{ category }}">{{ category }}</a>
        {%- else -%}
          {{ category }}
        {%- endif -%}
      </li>
    {%- endfor- %}
  </ul>
{% endif %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-so-simple-3.2.0 _includes/page-categories.html
jekyll-theme-so-simple-3.1.3 _includes/page-categories.html
jekyll-theme-so-simple-3.1.2 _includes/page-categories.html
jekyll-theme-so-simple-3.1.1 _includes/page-categories.html