diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml index 0a86249b2..0d276b374 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml +++ b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml @@ -11,8 +11,8 @@ copy = "" [[banners]] - name = "Your Company?" - link = "https://bep.is/en/hugo-sponsor-open-slot-202209/" - logo = "/images/sponsors/your-company.svg" + name = "BEP Consulting" + link = "https://bep.consulting" + logo = "/images/sponsors/bep-consulting.svg" bgcolor = "#004887" copy = "" diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/bep-consulting.svg b/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/bep-consulting.svg new file mode 100644 index 000000000..5b1170f9b --- /dev/null +++ b/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/bep-consulting.svg @@ -0,0 +1,3 @@ + + + diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 35c930e51..2147e7a1c 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950 +# github.com/gohugoio/gohugoioTheme v0.0.0-20220912070954-88dcaf003b4d diff --git a/go.mod b/go.mod index d160675e9..f80bd4941 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-20220905093719-cb8b64046950 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20220912070954-88dcaf003b4d // indirect diff --git a/go.sum b/go.sum index 9344bdf00..91fe56887 100644 --- a/go.sum +++ b/go.sum @@ -35,3 +35,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135 h1:6hVzfE9Y github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950 h1:Ovlh3nuy/aNptYZHmIra2MP+ZUEqiihY0HxvhdaMqGg= github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= +github.com/gohugoio/gohugoioTheme v0.0.0-20220912070954-88dcaf003b4d h1:UYJL6RmEepprvlgHvDnFCWtPOvjmqzFCQ90cRDRBO7U= +github.com/gohugoio/gohugoioTheme v0.0.0-20220912070954-88dcaf003b4d/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=