Update theme

This commit is contained in:
Bjørn Erik Pedersen 2023-01-09 13:05:31 +01:00
parent 207e7f0a05
commit 8b5afdfb47
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
5 changed files with 12 additions and 9 deletions

View File

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

View File

@ -33,7 +33,7 @@
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
<title>
{{ block "title" . }}
{{ with .Title }}{{ . }} |{{ end }}{{ .Site.Title }}
{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}
{{ end }}
</title>

View File

@ -1 +1 @@
# github.com/gohugoio/gohugoioTheme v0.0.0-20221220160735-8ffa1ef883b6
# github.com/gohugoio/gohugoioTheme v0.0.0-20230109120406-12694c4a9456

2
go.mod
View File

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

2
go.sum
View File

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