+
+ {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Image credit: {{ page.image.credit }}

{% endif %}{% endif %} +
+
+ + {% if page.link %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% else %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% endif %} +
+
+ {% if page.author %} + {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %} + {% endif %} + {% if author.avatar contains 'http' %} + {{ author.name }} bio photo + {% elsif author.avatar %} + {{ author.name }} bio photo + {% endif %} + By {{ author.name }} + + {% if page.modified %}{% endif %} + {% if site.owner.disqus-shortname and page.comments or site.comments %} Comment{% endif %} +
+
+ {{ content }} + {% if site.owner.disqus-shortname and page.comments or site.comments %} +
+ {% include disqus-comments.html %} + {% endif %} +
+
+ +
+