{% if page.type == 'tag' %}{% for tag in site.data.tags %}{% capture match_url %}/{{tag[0] | downcase}}/{% endcapture %}{% if page.url == match_url %} {% endif %}{% endfor %}{% endif %} {% if page.type == 'category' %}{% for category in site.data.categories %}{% capture match_url %}/{{category[0] | downcase}}/{% endcapture %}{% if page.url == match_url %} {% endif %}{% endfor %}{% endif %} {% if page.description %} {% endif %} {% if page.keywords %} {% endif %}