layout: default
<h1 class=“post_title”>
{{ page.title | escape }}
</h1> <span class=“date_post_published”>
{%- assign date_format = "%B %d, %Y" -%} {{ page.date | date: date_format }}
</span> <article class=“content”>
{{ content }}
</article>
{%- include footer.html -%}