{% include head.html %} {% if site.dropcap %} {% endif %} {% if page.imagefeature %}
{% else %}
{% endif %}
{% if page.imagefeature %}

{{ page.title }}

by {{ site.owner.name }} — {% assign tagsize = page.tags.size %}{% if tagsize != 0 %}on {% for tag in page.tags %}{% unless forloop.last %} , {% endunless %}{% endfor %}{% endif %}

cover-image {% else %}
{% endif %} {% if page.imagefeature %}
{% else %}
{% endif %}
{{ content }}
{% if site.share %}{% include share.html %}{% endif %}
{% include signoff.html %}
{% if site.disqus_shortname and page.comments == true %}

Comments

{% include disqus_comments.html %}
{% endif %}
{% include footer.html %}
{% include scripts.html %}