--- layout: default ---

{{ page.title }}

{%- assign date_format = site.date_format | default: "%-d %b %Y" -%} {%- 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.tags.size > 0 %}
{% endif %}
{% if jekyll.environment == "production" and site.disqus and page.comments != false %} {% include disqus.html %} {% endif %} {% if site.related_posts != empty %} {% endif %}