diff --git a/config.toml b/config.toml index 8f367e6..1a61063 100644 --- a/config.toml +++ b/config.toml @@ -29,3 +29,8 @@ theme = "liquorice" [markup.goldmark] [markup.goldmark.renderer] unsafe = true + +[security] + [security.funcs] + # first 2 vars are things hugo has built in and I'm keeping to avoid breakage + getenv = ['^HUGO_', '^CI$', "COMMENTS_BACKEND"] diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7f24c24..a315a60 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -37,6 +37,7 @@ {{ partial "author.html" .}} + {{ partial "comments.html" . }}