Sha256: 0138a5e5f034ebd24b3d63a135532895ffefef9d6e132355a6a13626bfa426a1
Contents?: true
Size: 722 Bytes
Versions: 27
Compression:
Stored size: 722 Bytes
Contents
--- layout: default --- <section class="feed"> <section class="feed__description"> {% if page.title != nil %} <h1>{{ page.title }}</h1> {% endif %} {% if page.description != nil %} <p>{{ page.description }}</p> {% endif %} </section> {% for post in site.posts %} <section class="snippet snippet_{{ post.id | slugify: "ascii" }}"> {% for category in post.category %} {% if page.category contains category %} {% include snippet.html post=post %} {% break %} {% endif %} {% endfor %} </section> {% endfor %} </section>
Version data entries
27 entries across 27 versions & 2 rubygems