Sha256: 4a0934683d2d70259ca74041fd0da3f6cbc6ecb4c6a60f8886f9ce7db49fdc45

Contents?: true

Size: 581 Bytes

Versions: 2

Compression:

Stored size: 581 Bytes

Contents

---
layout: default
---
<main aria-label="Content">
    <div itemscope itemtype="https://schema.org/Blog">
      <h3>Category: {{ page.title | smartify }} ({{ site.categories[page.title].size }})</h3>

      {%- assign title = page.title -%}
      {%- if site.categories[title].size > 0 -%}
        {%- assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%}
        {%- for post in site.categories[title] %}
      {% include post-list-item.html %}
        {%- endfor %}

      {% include feed-subscription.html %}
      {%- endif %}
    </div>
  </main>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-mnc-1.0.1 _layouts/category.html
jekyll-theme-mnc-1.0.0 _layouts/category.html