{% include head.html %}
{% include navigation.html %}

{{ page.title }}

{{ page.description }}

{{ page.date | date: "%B %-d, %Y" }} - {% capture words %} {{ page.content | number_of_words }} {% endcapture %} {% unless words contains "-" %} {{ words | plus: 250 | divided_by: 250 | append: " minute read" }} {% endunless %} -
{% for tag in page.tags %} {{ tag }} {% endfor %}
{{ content }}
{% assign page_title = page.title | cgi_escape | truncate: 110 %} {% capture twitter-share-text %}{{ page_title }} - {{ page.url | absolute_url }}{% if site.social.twitter %} by @{{ site.social.twitter }}{% endif %}{% endcapture %}
{% if site.discus_identifier %}
{% endif %}
{% include footer.html %}
{% include javascripts.html %}