--- layout: compress --- {% include head.html %} {% if site.google_tag_manager %} {% endif %} {% include header.html %} {% if page.featured-img %}
{% else %}
{% endif %}
{% if post.categories or page.categories %}
{% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %} {{category}} {% unless forloop.last %} {% endunless %} {% endfor %}
{% endif %}

{{ page.title }}

 · {% assign words = content | number_of_words %} {% if words < 360 %} 1 min {% else %} {{ words | divided_by:180 }} mins {% endif %} read

{{ content }}
{% if site.disqus.shortname %}
{% include disqus.html %}
{% endif %}
{% include footer.html %} {% include mathjax.html %}