---
layout: default
---
{{ content }}
{% for tag in page.tags %}
{{ tag }}
{% endfor %}
{% if site.display-author-post-page %}
{% if page.author.name %}
{{ site.var_guest_post_by }}: {{ page.author.name }} ({{ page.author.site }})
{% else %}
{% if site.author %}
{{ site.var_post_by }}: {{ site.author }}
{% endif %}
{% endif %}
{% endif %}
{% if site.disqus_shortname %}
{% include comments.html %}
{% endif %}