--- layout: page --- {% if page.image and page.headerImage %} {{ page.title }} {% endif %}

{{ page.title }}

{% if site.read-time %} - {% include read-time.html %}{% endif %} {% if site.show-tags %}
{% for tag in page.tags %} {{ tag }} {% endfor %}
{% endif %} {{content}} {% if page.blog and site.blog-nav-links %}
{% if page.previous.url %} {% else %} {% endif %} {% if page.next.url %} {% endif %}
{% endif %} {% if site.related %} {% include related.html %} {% endif %} {% if site.show-author %} {% include author.html %} {% endif %} {% if site.disqus %} {% include disqus.html %} {% endif %}