From 83d7d3005a62a22b983d8df35670c27c921115a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 5 Nov 2024 13:08:34 +0100 Subject: [PATCH] Update theme --- .../gohugoio/gohugoioTheme/layouts/shortcodes/comment.html | 1 - _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 _vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/comment.html diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/comment.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/comment.html deleted file mode 100644 index cb3293401..000000000 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/comment.html +++ /dev/null @@ -1 +0,0 @@ -{{- $noop := .Inner -}} diff --git a/_vendor/modules.txt b/_vendor/modules.txt index b5ada103a..0a5950790 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20241105040910-e9dac9458255 +# github.com/gohugoio/gohugoioTheme v0.0.0-20241105120803-6c6e5fb8f8af diff --git a/go.mod b/go.mod index 007744756..a9d63af19 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.16 -require github.com/gohugoio/gohugoioTheme v0.0.0-20241105040910-e9dac9458255 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20241105120803-6c6e5fb8f8af // indirect diff --git a/go.sum b/go.sum index c1692577d..5c0e10736 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20241105040910-e9dac9458255 h1:kaSc7cVAifWPRzmECr7il0YXgXBM+H2ZrGcNnb03S8k= github.com/gohugoio/gohugoioTheme v0.0.0-20241105040910-e9dac9458255/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= +github.com/gohugoio/gohugoioTheme v0.0.0-20241105120803-6c6e5fb8f8af h1:H8Oa4AEJs2yz8w1Gq9hEGBJNukkKo05OAaIEsHMd63k= +github.com/gohugoio/gohugoioTheme v0.0.0-20241105120803-6c6e5fb8f8af/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=