From 4e1741251c0fcc2208e44303ca1ef01cad45b29d Mon Sep 17 00:00:00 2001 From: Fanny Mugnier Date: Tue, 30 Mar 2021 13:52:04 +0200 Subject: [PATCH] replace '#' with unicode for tags in URLs --- user/themes/sheaft-theme/templates/partials/blog_item.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/themes/sheaft-theme/templates/partials/blog_item.html.twig b/user/themes/sheaft-theme/templates/partials/blog_item.html.twig index e64c439..64789d2 100644 --- a/user/themes/sheaft-theme/templates/partials/blog_item.html.twig +++ b/user/themes/sheaft-theme/templates/partials/blog_item.html.twig @@ -46,7 +46,7 @@ {% if page.taxonomy.tag %}
{% for tag in page.taxonomy.tag %} - {% if not loop.last %}, {% endif %} + {% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}