diff --git a/hugo.toml b/hugo.toml index 42803c99..51013241 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "http://www.kanvas.new" +baseURL = "/" title = "Kanvas" relativeURLs = true canonifyurls = false @@ -31,6 +31,6 @@ enableMissingTranslationPlaceholders = true dark-mode = true logo_light = "images/kanvas-logo-light.svg" logo_dark = "images/kanvas-logo-dark.svg" - description = "Infrastructure as Design for collaborative Cloud and Kubernetesmanagement" + description = "Infrastructure as Design for collaborative Cloud and Kubernetes management" - canonicalBaseURL = "https://www.kanvas.new" + canonicalBaseURL = "https://www.kanvas.new" \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8c5476d7..f4af1598 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,36 +1,44 @@ - - - - - - - - - - - {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} - - - - - - - - - - - - - - {{- with site.Params.canonicalBaseURL }} - - {{- end }} - {{- if eq (getenv "HUGO_PREVIEW") "true" }} - - {{- end }} - - - - - {{ partial "head-css.html" . }} + + + + + + + + + + + + + +{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} + + + + + + + + + + + + + + + +{{- with site.Params.canonicalBaseURL }} + +{{- end }} + +{{- if eq (getenv "HUGO_PREVIEW") "true" }} + +{{- end }} + + + + + + +{{ partial "head-css.html" . }} \ No newline at end of file