reitanlage-oranienburg/templates/partials/blog/taxonomy.html.twig

8 lines
266 B
Twig
Raw Normal View History

2019-12-27 18:23:51 +00:00
{% if page.taxonomy.tag %}
<span class="tags">
{% for tag in page.taxonomy.tag %}
<a class="badge badge-secondary" href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}#body-wrapper">{{ tag }}</a>
{% endfor %}
</span>
{% endif %}