--- layout: default --- {% if page.minutes %} {% assign minutes = page.minutes %} {% else %} {% assign minutes = content | number_of_words | divided_by: 180 %} {% if minutes == 0 %}{% assign minutes = 1 %}{% endif %} {% endif %}
{% if site.data.thumbnail[page.thumbnail] %}
Thumbnail: {{ page.thumbnail }}
{% elsif page.thumbnail %}
{% elsif page.image %}
Image: {{ page.image }}
{% endif %}

{{ page.title }}

{% if page.author %} by {% endif %} on
{{ minutes }} minute read
{% if page.series %} This post is part of the series '{{ page.series }}':
    {% for apost in site.posts reversed %} {% if page.series == apost.series %}
  1. {% if page.title == apost.title %} {% assign nextpost = true %} {{ apost.title }} {% else %} {% if nextpost == true %} {% assign seriesnext = apost %} {% endif %} {% assign nextpost = false %} {{ apost.title }} {% endif %}
  2. {% endif %} {% endfor %}
{% endif %} {% if page.description %}

{{ page.description }}

{% endif %} {{ content }} {% if page.series %} {% if seriesnext %} Next post in the series: {{ seriesnext.title }} {% endif %} {% endif %}
{% if site.twitter and site.disqus_account %} {% elsif site.twitter %} {% elsif site.disqus_account %} {% endif %} {% if site.disqus_account %}
comments powered by Disqus
{% endif %} {% if site.related_posts.length > 0 %} {% endif %}
{% if site.disqus_account %} {% endif %}