From 8683d699e147be5beb95cbbed4a31cdea69e4db9 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 2 Jan 2024 11:47:50 -0500 Subject: [PATCH] Fix comments theme --- content/about.md | 10 - go.mod | 2 +- layouts/partials/comments.html | 2 +- layouts/partials/comments/utterances.html | 4 +- ...s_dec9ec4ba6a8398679fa2a3d8d143c1a.content | 954 +--------- ...r_cc26ecf2d7346e08055fecc1a84afc79.content | 1574 ++++++++++++++++- 6 files changed, 1575 insertions(+), 971 deletions(-) delete mode 100644 content/about.md diff --git a/content/about.md b/content/about.md deleted file mode 100644 index ebc034f4..00000000 --- a/content/about.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: About -weight: -210 -disable_comments: true -hide_date: true ---- - -I'm a software tinkerer with a passion for infrastructure, tooling, security, and coffee. - -Feel free to reach out at [me@davegallant.ca](mailto:me@davegallant.ca). diff --git a/go.mod b/go.mod index 872df819..ad8a3ab9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module davegallant.github.io -go 1.21 +go 1.21.5 require ( github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102155230-cac2894e8557 // indirect diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 885ba2be..8df55307 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -11,7 +11,7 @@ {{- $utterancesEnabled := $config.utterances.enable -}} -{{- if and ( $utterancesEnabled ) -}} +{{- if $utterancesEnabled -}}
diff --git a/layouts/partials/comments/utterances.html b/layouts/partials/comments/utterances.html index e27ac663..ff3592b5 100644 --- a/layouts/partials/comments/utterances.html +++ b/layouts/partials/comments/utterances.html @@ -7,8 +7,8 @@