{% if page.layout == "post" %}
{% include post-related.html %}
{% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" %}

About this site

{{ site.description }}

{% include nav-social.html %}
{% elsif page.layout == "categories" %}

Index

{% include nav-categories.html %}
{% endif %}