--- layout: site post_class: post-template ---
{% include share.html %}
{% assign author = site.authors[page.author] %}
{% if page.author %}
{% if author.avatar %} {{ author.display_name }} {% endif %}
{% if author.web %} {{ author.display_name }} {% else %} {{ author.display_name }} {% endif %} {{ author.description }}
{% endif %} {% if page.tags %}
    {% assign sortedTags = page.tags | sort %} {% for tag in sortedTags %}
  • #{{ tag }}
  • {% endfor %}
{% endif %}

{{ page.title | markdownify }}

{% if page.image %} {% endif %}
{{content}}
{% assign category = page.categories | first %} {% if page.series and page.categories.size > 0 and site.categories[category].size > 1 %}
{% if page.tags and page.tags.size > 1 %}
    {% assign sortedTags = page.tags | sort %} {% for tag in sortedTags %}
  • #{{ tag }}
  • {% endfor %}
{% endif %}
{{ category }}
{% else %}
{% endif %}
{% if page.commentable != false %}
{% endif %}