Sha256: 7b09db493e908bb5645374a4882b147c0be7ec9569bb6041038c10edc428dfc6
Contents?: true
Size: 747 Bytes
Versions: 103
Compression:
Stored size: 747 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
103 entries across 103 versions & 3 rubygems