Sha256: 379b639846ab1896dbdd3cfca4fc76f267549564410a18abf8701df41697371c
Contents?: true
Size: 772 Bytes
Versions: 135
Compression:
Stored size: 772 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
135 entries across 135 versions & 2 rubygems