{% if page.tags.size > 0 %} / {% for tag in page.tags %} {% if forloop.index == page.tags.size %} {{ tag | upcase }} {% else %} {{ tag | upcase }}, {% endif %} {% endfor %} {% endif %}

{{ page.title }}

{% if page.cover %}
{% endif %}
{{ content }}
{% if site.subscribers %} {% endif %}
{% for author in site.data.authors %} {% if author[1].username == page.author %}
{% if author[1].picture %} {{ page.author }} {% endif %}

{{ author[1].name }}

{% if author[1].bio %}

{{ author[1].bio }}

{% else %}

Read more posts by this author.

{% endif %}
Read More
{% endif %} {% endfor %}
{% if site.disqus or page.disqus %}
{% endif %}