fix: render page note templates

This commit is contained in:
Ben Goldsworthy 2025-01-11 16:17:26 +01:00
parent 09d4610c8e
commit 393d243b66
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE

View file

@ -161,7 +161,7 @@
<aside class="article-header__notes">
<ul>
{{ range .Params.notes }}
<li>{{ . | safeHTML }}</li>
<li>{{ . | $.RenderString | safeHTML }}</li>
{{ end }}
</ul>
</aside>