Sha256: 41045481584c332e2486b06d69d6f2a38ab210e81877ccbbc23c08cea94d586d

Contents?: true

Size: 1003 Bytes

Versions: 5

Compression:

Stored size: 1003 Bytes

Contents

---
layout: wordgames-blog
---
<div class="container">
    <div class="row listrecent">
        <div class="col-md-12 mx-auto">
            <div class="row">
                {% for category in site.categories %}
                <div class="section-title col-md-12 mt-5">
                    <h2 id="{{ category[0] | replace: ' ', '-' }}">Category
                        <span class="text-capitalize">{{ category[0]
                            }}</span>
                    </h2>
                </div>
                {% assign pages_list = category[1] %}
                {% for post in pages_list %}
                {% if post.title != null %}
                {% if group == null or group == post.group %}
                {% include postbox.html %}
                {% endif %}
                {% endif %}
                {% endfor %}
                {% assign pages_list = nil %}
                {% assign group = nil %}
                {% endfor %}
            </div>
        </div>
    </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
word-games-theme-3.2.7 _layouts/categories.html
word-games-theme-3.2.6 _layouts/categories.html
word-games-theme-3.2.5 _layouts/categories.html
word-games-theme-3.2.4 _layouts/categories.html
word-games-theme-3.2.3 _layouts/categories.html