--- layout: default --- {% include header.html %}

{{page.title}}

    {% if page.author%}
  • {{page.author}}{{page.author}}
  • {% endif %} {% if page.date %}
  • {{page.date}}{{page.date | date_to_long_string}}
  • {% endif %}
{% include post_loop.html %}
{% include footer.html %}