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 @@