--- layout: default ---

{{ page.title }}

{%- if page.last_modified_at -%} ~ {%- assign mdate = page.last_modified_at | date_to_xmlschema -%} {%- endif -%} {%- if page.author -%} • {% for author in page.author %} {%- if forloop.last == false %}, {% endif -%} {% endfor %} {%- endif -%}
{{ content }}
{% if page.previous %} {{ page.previous.title | markdownify | strip_html }} {% else %} {% endif %} {% if page.next %} {{ page.next.title | markdownify | strip_html }} {% else %} {% endif %}
{% if jekyll.environment == "production" and site.disqus and page.comments != false %} {% include disqus.html %} {% endif %}