We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356a5d2 commit b4e11b8Copy full SHA for b4e11b8
src/_includes/layout.jlhtml
@@ -19,7 +19,7 @@ $(begin
19
end)<html lang="en">
20
<head>
21
22
-$(Pluto.frontmatter_html(page.output.frontmatter))
+$(Pluto.frontmatter_html(page.output.frontmatter) |> HTML)
23
24
<link rel="root" href="$(root_url)" />
25
0 commit comments