---
layout: default
---
{% assign minutes = content | number_of_words | divided_by: 180 %}
{% if minutes == 0 %}
{% assign minutes = 1 %}
{% endif %}
{{ content }}
{% if site.show_post_footers %}
{% include post_footer.html %}
{% endif %}
{% if site.disqus_shortname %}
{% endif %}
{% if site.show_related_posts %}
Related Posts
{% for post in site.related_posts %}
{% endfor %}
{% endif %}