{% if page.taxonomy.tag %} {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %} {% import _self as macro %} {% for tag in page.taxonomy.tag %} {{ tag }} {% endfor %} {% endif %}