Sha256: 52996152ff2741129199ba5ce42e585f971fe6685a210093423a17510b202509

Contents?: true

Size: 754 Bytes

Versions: 32

Compression:

Stored size: 754 Bytes

Contents

---
layout: blog
---

<div class="container">
    <div class="row listrecent">
        {% for category in site.categories %}
        <div class="section-title col-md-12 mt-4">
            <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>

Version data entries

32 entries across 32 versions & 4 rubygems

Version Path
blogging-site-theme-0.1.7 _layouts/categories.html
blogging-site-theme-0.1.6 _layouts/categories.html
blogging-site-theme-0.1.5 _layouts/categories.html
blogging-site-theme-0.1.4 _layouts/categories.html
blogging-site-theme-0.1.3 _layouts/categories.html
blogging-site-theme-0.1.2 _layouts/categories.html
blogging-site-theme-0.1.1 _layouts/categories.html
blogging-site-theme-0.1 _layouts/categories.html
best-blogging-theme-0.2.1 _layouts/categories.html
appscms-tools-theme-0.5.7 _layouts/categories.html
appscms-tools-theme-0.5.6 _layouts/categories.html
appscms-tools-theme-0.5.5 _layouts/categories.html
best-blogging-theme-0.2.0 _layouts/categories.html
appscms-tools-theme-0.5.4 _layouts/categories.html
best-blogging-theme-0.1.9 _layouts/categories.html
appscms-tools-theme-0.5.3 _layouts/categories.html
appscms-tools-theme-0.5.2 _layouts/categories.html
best-blogging-theme-0.1.8 _layouts/categories.html
best-blogging-theme-0.1.7 _layouts/categories.html
best-blogging-theme-0.1.6 _layouts/categories.html