layout: default


<h1>{{ page.title }}</h1>

<p class=“view”>

{{ page.date | date_to_string }}
{% assign author = site.authors | where: 'short_name', page.author | first %}
{% if author and author.short_name != "owner" %}
- <a href="{{ author.url }}">{{ author.name }}</a>
{% endif %}
{% if author and author.short_name == "owner" %}
- <a href="{{ author.url }}">{{ site.github.owner_name }}</a>
{% endif %}

</p>

{{content}}