We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07a879 commit 210a00cCopy full SHA for 210a00c
templates/section.html
@@ -22,7 +22,7 @@ <h2>
22
{% if page.taxonomies["tags"] %}
23
<ul class="tags title-tags"
24
{%- for tag in page.taxonomies["tags"] %}
25
- ><li><a class="title-tag" href="/tags/{{ tag | slugify}}/">{{ tag }}</a></li
+ ><li><a class="title-tag" href="/tags/{{ tag | safe }}/">{{ tag }}</a></li
26
{%- if not loop.last -%}
27
{%- endif -%}
28
{% endfor %}
0 commit comments