--- layout: default ---
{% assign homepage = false %}
/ {% assign category = page.category | split: "-" | join: " " %} {{ category }}

{{ page.title }}

{{ content }}
{% if site.subscribe %} {% endif %}
{% assign author_name = page.author | split: ", " %} {% assign number_of_authors = author_name | size %} {% if number_of_authors < 1 %} {% else %} {% include single-author.html %} {% endif %}
{% if disqus %}
{% endif %}
{% include footer.html %}