Skip to content

Commit 210a00c

Browse files
authored
Update section.html
changed to resolve tag's bad urls, but could be wrong solution. TODO: check taxonomie slugification logic
1 parent a07a879 commit 210a00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>
2222
{% if page.taxonomies["tags"] %}
2323
<ul class="tags title-tags"
2424
{%- for tag in page.taxonomies["tags"] %}
25-
><li><a class="title-tag" href="/tags/{{ tag | slugify}}/">{{ tag }}</a></li
25+
><li><a class="title-tag" href="/tags/{{ tag | safe }}/">{{ tag }}</a></li
2626
{%- if not loop.last -%}
2727
{%- endif -%}
2828
{% endfor %}

0 commit comments

Comments
 (0)