Skip to content

Commit 643e238

Browse files
authored
Update taxonomy.html
allowing HTML stylling for text
1 parent 170abbd commit 643e238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/ananke/layouts/_default/taxonomy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "main" }}
22
<article class="cf pa3 pa4-m pa4-l">
33
<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>
4+
<p>{{ i18n "taxonomyPageList" . | safeHTML }}</p>
55
</div>
66
</article>
77

0 commit comments

Comments
 (0)