--- layout: default ---

{{ page.title }}

Written by {{ page.author.name }} {% if page.date %} on  {% endif %}
{% capture words %} {{ content | number_of_words | minus: 180 }} {% endcapture %} {% unless words contains '-' %} {{ words | plus: 180 | divided_by: 180 | append: ' minutes to read' }} {% endunless %}
{{page.subtitle}}
{{ content }}
{% for tag in page.tags %} {{ tag.text }} {% endfor %}
{% include share_buttons.html %}
{% if page.comments %} {% include disqus_comments.html %} {% endif %}