---
layout: page
---
{{ page.title }}
  {{ page.date | date_to_long_string }} -  
  
  {%- assign words = content | number_of_words -%}
  {%- if words < 360 -%}
    less than 1 min read time
  {%- else -%}
    {{ words | divided_by: 180 }} mins read time
  {%- endif -%}
  
  
  {%- if page.tags != empty -%}
    Tags: 
    {% for tag in page.tags %}
    
      {{ tag }}
    
    {% endfor %}
  {%- endif -%}
{{ content }}
{% if page.comments %}
  {% include blog/disqus.html %}
{% endif %}