--- layout: default --- {%- include header.html -%}

{{ page.title | escape }}

{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- if page.modified_date -%} ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%} {%- endif -%} {%- if page.author -%} • {% for author in page.author %} {%- if forloop.last == false %}, {% endif -%} {% endfor %} {%- endif -%}

{{ content }}
{%- if site.disqus.shortname -%} {%- include disqus_comments.html -%} {%- endif -%}
{%- include footer.html -%}