{{ page.title }}
{% if page.subtitle %}{{ page.subtitle }}
{% endif %} {% if page.titlePicture %} {% assign pictureAttrs = "" %} {% for prop in page.titlePicture %} {% for subprop in prop %} {% capture pictureAttrs %}{{ pictureAttrs }} {{subprop[0]}}="{{subprop[1]}}" {% endcapture %} {% endfor %} {% endfor %}{{ page.preamble | markownify }}
{% endif %}
{{ content }}
{% for year in site.years %}
{% assign y = year.first.first.date | date: "%Y" %}
{{ y }}
- All of {{y}} {% for month in year %}
- {{ month.first.date | date: "%B" }} {% endfor %}