--- layout: default --- {% comment -%} The life and times of Dr John Dee Copyright (C) 2021 Jordan Cole This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . {% endcomment -%}
    {% for month_hash in page.expanded_legal_year_dates -%}
  1. {% assign month_data = month_hash | last -%} {{ month_data.name }} {% assign first_day = month_data.days | first -%} {% comment -%} Insert spacers for the previous month's days in the first week of this month. {% endcomment -%} {% for n in (1..first_day.day_of_week) -%} {% if n == 0 -%}{% endif -%} {% if n == 6 -%}{% endif -%} {% endfor -%} {% for day in month_data.days -%} {% if day.day_of_week == 0-%}{% endif -%} {% if day.type == "no-content" or day.type == "filler" -%} {% assign aria = "aria-hidden='true'" -%} {% else -%} {% assign aria = "" -%} {% endif -%} {% if day.day_of_week == 6 -%}{% endif -%} {% endfor -%}
    {% if day.type == "content" -%} {% endif -%} {% if day.type == "content" -%} {% endif -%}
  2. {% endfor -%}
{% assign commentary_keys = page.year | commentary_keys_for_year -%} {% assign context_keys = page.year | context_keys_for_year -%}
{% include transcludes.html keys=commentary_keys collection="commentary" -%} {% include transcludes.html keys=context_keys collection="context" -%}