layout: default
<article class=“post” itemscope itemtype=“schema.org/BlogPosting”>
<h1>{{ page.title | escape }}</h1> <cite> <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ page.date | date: date_format }} </time> {% if page.author %} <a href="#" class="author">{{ page.author }}</a> {% endif %} </cite> {{ content }} {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %}
</article>