Skip to content

Commit 5887bb0

Browse files
qrazitatianamac
andauthored
🐛 #392 Prevent double-escaping, same as content (#397)
Co-authored-by: qrazi <qrazi@sivlingworkz.com> Co-authored-by: Tatiana Mac <github@tatianamac.com>
1 parent cfa36a5 commit 5887bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11ty/_includes/components/definition-content.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ul class="list-no-bullets" aria-labelledby="further-reading">
3939
{% for link in reading %}
4040
<li>
41-
<a href="{{ link.href }}">{{ link.text }}</a>
41+
<a href="{{link.href}}">{{ link.text | safe }}</a>
4242
</li>
4343
{% endfor %}
4444
</ul>

0 commit comments

Comments
 (0)