layout: default


<article class=“container box style3”>

<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>

{{ content }}

<p>
    - <a href="{{ 'about.html' | absolute_url }}">{{ site.author }}</a>
</p>

</article>