diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 0000000..f664952 --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 34c38d6..4dacf3a 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -26,7 +26,7 @@ disableKinds = ["taxonomy", "section"] [Params] description = "Ein kleines bisschen italienisches Flair für Oldenburg" - logo = "images/banner.jpg" + logo = "logo/Logo_BarFilipo_4C_pos.svg" favicon = false [Params.social] diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 2254166..3b90d15 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,4 +1,6 @@ -
{{ $image := resources.Get "logo/Logo_BarFilipo_4C_pos.svg" }} +
+{{ with resources.GetMatch "logo.*" }}
-
+
+{{ end }}