{% for tagg in site.data.tags %} {% for present in page.tags %} {% capture tag %}{{ tagg.title | downcase | slugify }}{% endcapture %} {% capture post-tag %}{{ present | downcase | slugify }}{% endcapture %} {% if tag == post-tag %} {% endif %} {% endfor %} {% endfor %}