Sha256: 86ab8be98ea9d1094f552b5e6f9dabc35d0982486bf7a824792987940be88576
Contents?: true
Size: 1.13 KB
Versions: 29
Compression:
Stored size: 1.13 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
29 entries across 29 versions & 1 rubygems