{{ include.post.title }}

{% if include.post.author %}By on {% endif %}{% if include.post.updated %}. Last updated on {% endif %}{% if include.post.comments %}. {% endif %}

{% if page.type == "home" and site.excerpts %} {{ include.post.excerpt | markdownify }}

Read more…

{% else %} {{ include.post.content | markdownify }} {% endif %}

{% include post_tags.html post=include.post %}