Fix about page

This commit is contained in:
Dave Gallant
2021-09-08 00:57:29 -04:00
parent 742a704a87
commit 469deb2b9f
4 changed files with 40 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
{{- $staticmanEnabled := $config.staticman.enable -}}
{{- $utterancesEnabled := $config.utterances.enable -}}
{{- if ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) -}}
{{- if and ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) ( not .Params.disable_comments) -}}
<section id='comments' class='comments'>
<div class='container sep-before'>
<div class='comments-area'>