🐛 Pass article meta to safeHTML to type hint for delimit function

Fixes #689
This commit is contained in:
James Panther
2023-10-31 09:19:58 +11:00
parent bba8df99ac
commit c87c9adece
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="flex flex-row flex-wrap items-center">
{{/* Output partials */}}
{{ with ($meta.Get "partials") }}
{{ delimit . "<span class=\"px-2 text-primary-500\">&middot;</span>" }}
{{ delimit . "<span class=\"px-2 text-primary-500\">&middot;</span>" | safeHTML }}
{{ end }}
{{/* Output draft label */}}