{% if site.tags.type and page.tags[0] %}
  {% include tag-list.html %}
{% endif %}

{% if site.categories.type and page.categories[0] %}
  {% include category-list.html %}
{% endif %}