Sha256: 83ecf8fb2c119dd827a27329256671b3e528a45904568e296acae94a55df565e
Contents?: true
Size: 972 Bytes
Versions: 4
Compression:
Stored size: 972 Bytes
Contents
--- layout: base --- {% assign category = site.featured_categories | where: "slug", page.slug | first %} {% if category %} {% assign posts = site.categories[page.slug] %} {% else %} {% assign tag = site.featured_tags | where: "slug", page.slug | first %} {% if tag %} {% assign posts = site.tags[page.slug] %} {% else %} {% assign posts = site.posts %} {% endif %} {% endif %} {% if page.title.size > 0 %} <h1 class="page-title">{{ page.title }}</h1> {% include message.html text=page.description %} <hr/> {% endif %} {% for post in posts %} {% assign currentdate = post.date | date: "%Y" %} {% if currentdate != date %} {% unless forloop.first %}</ul>{% endunless %} <h2 id="y{{post.date | date: "%Y"}}">{{ currentdate }}</h2> <hr/> <ul class="related-posts"> {% assign date = currentdate %} {% endif %} {% include post-list-item.html post=post format="%d %b" %} {% if forloop.last %}</ul>{% endif %} {% endfor %}
Version data entries
4 entries across 4 versions & 1 rubygems