diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml
index 1e46fc07c..adf26ecdb 100644
--- a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml
+++ b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml
@@ -4,12 +4,6 @@
logo = "/images/sponsors/linode-logo_standard_light_medium.png"
utm_campaign = "hugosponsor"
-[[banners]]
- name = "eSolia"
- link = "https://esolia.com/post/why-did-esolia-choose-hugo/"
- logo = "/images/sponsors/esolia-logo.svg"
- utm_campaign = "hugosponsor"
-
[[banners]]
name = "ButterCMS"
link = "https://buttercms.com/hugo-cms/"
@@ -17,6 +11,13 @@
utm_campaign = "sponsorship"
bgcolor = "#131A3E"
+[[banners]]
+ name = "Your Company?"
+ link = "https://bep.is/en/hugo-sponsor-2023-01/"
+ logo = "/images/sponsors/your-company.svg"
+ utm_campaign = "hugosponsor"
+ bgcolor = "#004887"
+
#hugohome
#hugofooter
#hugogithub
diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html
index d8e7dc014..5767f078b 100644
--- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html
+++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html
@@ -33,7 +33,7 @@
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
{{ block "title" . }}
- {{ with .Title }}{{ . }} |{{ end }}{{ .Site.Title }}
+ {{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}
{{ end }}
diff --git a/_vendor/modules.txt b/_vendor/modules.txt
index fff8a6dfe..21e85264c 100644
--- a/_vendor/modules.txt
+++ b/_vendor/modules.txt
@@ -1 +1 @@
-# github.com/gohugoio/gohugoioTheme v0.0.0-20221220160735-8ffa1ef883b6
+# github.com/gohugoio/gohugoioTheme v0.0.0-20230109120406-12694c4a9456
diff --git a/go.mod b/go.mod
index fbf5b5b89..25975d5c4 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-20221220160735-8ffa1ef883b6 // indirect
+require github.com/gohugoio/gohugoioTheme v0.0.0-20230109120406-12694c4a9456 // indirect
diff --git a/go.sum b/go.sum
index 5a3d939b4..52c3793ca 100644
--- a/go.sum
+++ b/go.sum
@@ -51,3 +51,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20221217122332-1c1752ad8f14 h1:K6tPFpi7
github.com/gohugoio/gohugoioTheme v0.0.0-20221217122332-1c1752ad8f14/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
github.com/gohugoio/gohugoioTheme v0.0.0-20221220160735-8ffa1ef883b6 h1:yEoQecRBoLGfc7yTybMD3Mhm03bTScZFYPvwe0p75vA=
github.com/gohugoio/gohugoioTheme v0.0.0-20221220160735-8ffa1ef883b6/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
+github.com/gohugoio/gohugoioTheme v0.0.0-20230109120406-12694c4a9456 h1:RSLItaapVjWkqSdQhumAmJkodFDbWMGNZmkVW/AFx0c=
+github.com/gohugoio/gohugoioTheme v0.0.0-20230109120406-12694c4a9456/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=