Skip to content

Commit

Permalink
🐛 article meta output as text when hugo v0.120+
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand committed Dec 19, 2023
1 parent 8ddef09 commit f462696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/article-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="flex flex-row 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 */}}
Expand Down

0 comments on commit f462696

Please sign in to comment.