{% seo %}
{{ site.title | default: site.github.repository_name }}
{{ site.description | default: site.github.project_tagline }}
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
{{ page.title | escape }}
{{ page.date | date: date_format }}
{{ content }}
{% if site.google_analytics %} {% endif %}