Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.22 KB

File metadata and controls

26 lines (25 loc) · 1.22 KB
layout page
title Timeline
permalink /timeline/

{% include jsonld_timeline.html %} {% assign by_year = site.posts | group_by_exp: "p", "p.date | date: '%Y'" %}

{% for yr in by_year %}{{ yr.name }}{% endfor %}

{% for yr in by_year %}

{{ yr.name }} {{ yr.items.size }} post{% if yr.items.size != 1 %}s{% endif %}

{% for post in yr.items %}{% assign hero = "" %}{% if post.image and post.image != "" %}{% assign hero = post.image %}{% elsif post.featured_img and post.featured_img != "" %}{% assign hero = post.featured_img %}{% endif %} {% if hero != "" %}{% endif %} {% endfor %}
{% endfor %}