Sha256: 0138a5e5f034ebd24b3d63a135532895ffefef9d6e132355a6a13626bfa426a1

Contents?: true

Size: 722 Bytes

Versions: 27

Compression:

Stored size: 722 Bytes

Contents

---
layout: default
---

<section class="feed">
    <section class="feed__description">
        {% if page.title != nil %}
            <h1>{{ page.title }}</h1>
        {% endif %}
        {% if page.description != nil %}
            <p>{{ page.description }}</p>
        {% endif %}
    </section>
     
    {% for post in site.posts %}
    <section class="snippet snippet_{{ post.id | slugify: "ascii" }}">
            {% for category in post.category %}
                {% if page.category contains category %}
                    {% include snippet.html post=post %}
                    {% break %}
                {% endif %}
            {% endfor %}
    </section>
    {% endfor %}
</section>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
jekyll-theme-simplex-v2-0.9.8.16 _layouts/category.html
jekyll-theme-simplex-v2-0.9.8.15 _layouts/category.html
jekyll-theme-simplex-0.9.8.15 _layouts/category.html
jekyll-theme-simplex-0.9.8.14 _layouts/category.html
jekyll-theme-simplex-0.9.8.13 _layouts/category.html
jekyll-theme-simplex-0.9.8.12 _layouts/category.html
jekyll-theme-simplex-0.9.8.11 _layouts/category.html
jekyll-theme-simplex-0.9.8.10 _layouts/category.html
jekyll-theme-simplex-0.9.8.9 _layouts/category.html
jekyll-theme-simplex-0.9.8.8 _layouts/category.html
jekyll-theme-simplex-0.9.8.7 _layouts/category.html
jekyll-theme-simplex-0.9.8.6 _layouts/category.html
jekyll-theme-simplex-0.9.8.5 _layouts/category.html
jekyll-theme-simplex-0.9.8.4 _layouts/category.html
jekyll-theme-simplex-0.9.8.3 _layouts/category.html
jekyll-theme-simplex-0.9.8.2 _layouts/category.html
jekyll-theme-simplex-0.9.8.1 _layouts/category.html
jekyll-theme-simplex-0.9.8 _layouts/category.html
jekyll-theme-simplex-0.9.7 _layouts/category.html
jekyll-theme-simplex-0.9.6 _layouts/category.html