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