Sha256: 906f486ebd16b746fb38afd3df728e55b58ad658415b213aae3c47c9bbd6557b
Contents?: true
Size: 1.1 KB
Versions: 261
Compression:
Stored size: 1.1 KB
Contents
--- layout: blog --- <div class="container"> <div class="row listrecent"> {%- if site.monumetricId -%} <div class="col-md-9 mx-auto"> <div class="row"> {%- endif -%} {% 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 %} {%- if site.monumetricId -%} </div> </div> {%- endif -%} </div> </div>
Version data entries
261 entries across 261 versions & 1 rubygems