2019-05-14 19:59:47 +02:00

11 lines
255 B
Twig

{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
{% import _self as macro %}
{% if page.taxonomy.tag %}
{% for tag in page.taxonomy.tag %}
<span class="publics">
{{ tag }}
</span>
{% endfor %}
{% endif %}