diff --git a/config.toml b/config.toml index 0425ce1..a5c5d33 100644 --- a/config.toml +++ b/config.toml @@ -38,10 +38,10 @@ googleAnalytics = "UA-12671637-1" weight = -800 [[menu.main]] - identifier = "katalog" - name = "Katalog" - title = "Katalog" - url = "/katalog" + identifier = "galerie" + name = "Galerie" + title = "Galerie" + url = "https://media.neff-steindesign.de/galerie" weight = -500 [[menu.main]] diff --git a/themes/neff/layouts/catalog/single.html b/themes/neff/layouts/catalog/single.html index 7c63300..7f3c459 100755 --- a/themes/neff/layouts/catalog/single.html +++ b/themes/neff/layouts/catalog/single.html @@ -39,6 +39,5 @@ {{- define "scripts" -}} {{ partial "part/script.html" (dict "ctx" . "path" "js/three.bundle.js")}} -{{ partial "part/script.html" (dict "ctx" . "path" "js/vue.bundle.js")}} {{ partial "part/script.html" (dict "ctx" . "path" "js/catalog.bundle.js")}} {{- end -}} \ No newline at end of file diff --git a/themes/neff/src/scss/_app.scss b/themes/neff/src/scss/_app.scss index 612b97f..7ce1c81 100644 --- a/themes/neff/src/scss/_app.scss +++ b/themes/neff/src/scss/_app.scss @@ -16,6 +16,7 @@ body { color: $font-color; width: 100%; height: 100vh; + position: relative; } @supports (-webkit-overflow-scrolling: touch) { @@ -900,4 +901,4 @@ nav { #banner { top: calc(9rem + #{$gutter-width}); } -} \ No newline at end of file +}