Sha256: 9c8ea77ec8f42c9124fe299332bd8c0c633fe0d74bb8710ef74bb8d43be4bca5
Contents?: true
Size: 993 Bytes
Versions: 158
Compression:
Stored size: 993 Bytes
Contents
--- layout: 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
158 entries across 158 versions & 1 rubygems