--- layout: compress --- {% include head.html %} {% if site.google_tag_manager %} {% endif %} {% include header.html %} {% if page.featured-img %}
{% else %}
{% 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 %}