--- layout: default --- {% include header.html %} {% assign page_category = site.data.category_list[page.category] %}

{{ page.title }}

{{ page.short-description }}

{% if site.use_authors == true %} {% assign post_author = site.data.authors[page.author] %}
...

Written by {{ post_author.name }}

{% include reading-time.html %}

{% else %}

Last updated:

{{ page.last_modified_at | date: '%B %d, %Y' }} - {% include reading-time.html %}

{% endif %} {{ content }}
{% include more-help.html %}