Skip to content
Snippets Groups Projects

Feature/istwcms 6354 m26lebla theme tags block

Merged Martin Leblanc requested to merge feature/ISTWCMS-6354-m26lebla-theme-tags-block into 1.0.x
4 files
+ 72
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,7 +7,7 @@
} %}
{% endmacro %}
{% macro tag(url, title, type = "full", size = "normal" ) %}
{% macro tag(url, title, type, size ) %}
{% include '@components/tag/tag.twig' with {
'url': url,
'title': title,
Loading