Sha256: a7fba0c69766d14a1f466169c8357d619d6cbeb3f390bbfe2f6c7628327c10a4
Contents?: true
Size: 742 Bytes
Versions: 2
Compression:
Stored size: 742 Bytes
Contents
--- layout: default --- <section class="small-intro"> <div class="container"> <h2> {{ page.title }} </h2> </div> </section> <section class="blog"> <div class="container"> {% for post in site.posts %} {% if post.categories contains page.category %} <div class="post_section"> <p class="listing_date">{{ post.date | date_to_long_string }}</p> <a href="{{ post.url }}"><h3 class="listing_title">{{ post.title }}</h3></a> <p>{{post.excerpt}}</p> <div class="tag_row"> {% for category in post.categories %} <a href="/categories/{{ category }}"><span class="pill_tag">{{ category }}</span></a> {% endfor %} </div> <br> <hr> </div> {% endif %} {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nikomatsakis-babysteps-theme-0.1.1 | _layouts/category_index.html |
nikomatsakis-babysteps-theme-0.1.0 | _layouts/category_index.html |