diff options
Diffstat (limited to 'src/themes/serene/templates/post.html')
-rw-r--r-- | src/themes/serene/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/serene/templates/post.html b/src/themes/serene/templates/post.html index f31810a..24fe0cd 100644 --- a/src/themes/serene/templates/post.html +++ b/src/themes/serene/templates/post.html @@ -103,7 +103,7 @@ <div id="tags"> {% for tag in page.taxonomies.tags -%} {% set tag_slugify = tag | slugify -%} - <a class="instant" href="{{ config.base_url ~ '/tags/' ~ tag_slugify }}"><span>#</span>{{ tag }}</a> + <a class="instant" href="{{ config.base_url ~ '/tags/' ~ tag_slugify | safe }}"><span>#</span>{{ tag }}</a> {%- endfor %} </div> {% endif %} |