--- layout: default ---

{{page.title}}

{{ page.date | date: "%F" }}
{% if page.author %}{{ page.author }} {% endif %}
{% if page.meta %}{{ page.meta }} {% endif %}
{% include category.html %}
{% include tag.html %}

{{content}}

{% assign hasSimilar = '' %} {% for post in site.related_posts %} {% assign postHasSimilar = false %} {% for tag in post.tags %} {% for thisTag in page.tags %} {% if postHasSimilar == false and hasSimilar.size < 6 and post != page and tag == thisTag %} {% if hasSimilar.size == 0 %}

Similar Posts

{% endif %} {% include previousAndNext.html %}

Comments

{% include comments.html %}
{% include sidebar-search.html %}
Content