diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..60b2e0c Binary files /dev/null and b/static/favicon.ico differ diff --git a/themes/hugo-tschwery/layouts/partials/header.html b/themes/hugo-tschwery/layouts/partials/header.html index ed2953f..26dc91d 100644 --- a/themes/hugo-tschwery/layouts/partials/header.html +++ b/themes/hugo-tschwery/layouts/partials/header.html @@ -16,6 +16,9 @@ + + + {{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}