--- layout: default --- {%-unless page.published == false-%}
{% include post_header.html %} {% if page.summary or page.excerpt-%}{%-endif %}
{%-if page.series %} {% include series.html %} {%-endif %} {{ content }}
{% include tags.html %}
{% include post_nav.html-%} {%-if site.show.post_authors and page.author %} {% include authors.html %} {%-endif %} {% if page.comments == true and site.disqus.shortname-%}
{% include disqus_comments.html %} {%-elsif page.comments == true-%}
{% include comments.html %} {%-else-%}
{%-endif %}
{%-if site.lsi-%}{%-assign related_title = "Related Posts"-%}{%-else-%}{%-assign related_title = "Latest Posts"-%}{%-endif-%} {%-if site.posts.size > 2-%}{% include articles.html section_title=related_title article_type='related_posts' %}{%-endif-%} {% else-%} {% include 404.html %} {% endunless-%}