Revert "Switch to gruvbox theme"

This reverts commit 66cff08323.
This commit is contained in:
Dave Gallant
2024-01-02 01:18:11 -05:00
parent 66cff08323
commit 2e34ac9ac4
513 changed files with 20205 additions and 8930 deletions

View File

@@ -0,0 +1,15 @@
{{- $config := .Site.Params.comments -}}
{{- $utterancesEnabled := $config.utterances.enable -}}
{{- if and ( $utterancesEnabled ) ( not .Params.disable_comments) -}}
<section id='comments' class='comments'>
<div class='container sep-before'>
<div class='comments'>
{{- if $utterancesEnabled -}}
{{ partial "comments/utterances" . }}
{{- end -}}
</div>
</div>
</section>
{{- end -}}