--- 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 -%}
{% if site.license_key -%} {% endif -%} {% assign custom_footnote_keys = '' | split: '' -%} {% assign related_dates = '' | split: '' -%} {% if page.documents.size > 0 -%}
    {% for entry in page.documents -%} {% if entry.related_dates -%} {% for related_date in entry.related_dates -%} {% assign related_dates = related_dates | push: related_date %} {% endfor -%} {% endif -%} {% if entry.footnotes -%} {% for footnote in entry.footnotes -%} {% capture footnote_key %}{{ entry.source_key }}/{{footnote}}{% endcapture -%} {% assign custom_footnote_keys = custom_footnote_keys | push: footnote_key %} {% endfor -%} {% endif -%}
  • {% include entry.html entry=entry -%}
  • {% endfor %}
{% endif -%} {% assign commentary_keys = page.timestamp | commentary_for_date -%} {% include transcludes.html keys=commentary_keys collection="commentary" -%}
{% if related_dates.size > 0 -%} {% endif -%} {% if page.places_keys.size > 0 -%} {% endif -%} {% if page.tags.size > 0 -%} {% endif -%} {% if page.sources_keys.size > 0 -%} {% endif -%} {% assign footnote_keys = page.timestamp | relevant_footnotes -%} {% assign all_footnote_keys = footnote_keys | concat: custom_footnote_keys -%} {% include transcludes.html keys=all_footnote_keys collection="footnotes" -%}