{{ page.title | escape }} {{ content }} {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- if page.modified_date -%} {%- assign mdate = page.modified_date | date_to_xmlschema -%} Last Updated on {{ mdate | date: date_format }} {%- else -%} {{ page.date | date: date_format }} {%- endif -%} {%- if page.author -%} • {% for author in page.author %} {{ author }} {%- if forloop.last == false %}, {% endif -%} {% endfor %} {%- endif -%}