1 parent 170abbd commit 643e238Copy full SHA for 643e238
1 file changed
themes/ananke/layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
1
{{ define "main" }}
2
<article class="cf pa3 pa4-m pa4-l">
3
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links {{ $.Param "text_color" | default "mid-gray" }}">
4
- <p>{{ i18n "taxonomyPageList" . }}</p>
+ <p>{{ i18n "taxonomyPageList" . | safeHTML }}</p>
5
</div>
6
</article>
7
0 commit comments