--- layout: page --- {% if page.img %} {{ page.title }} {% endif %} {% if page.image %} {{ 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 site.related %} {% include related.html %} {% endif %} {% include author.html %} {% if site.disqus %} {% include disqus.html %} {% endif %}