Start adding gallery
This commit is contained in:
parent
1e389c7dfe
commit
e4132b827e
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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 -}}
|
||||
|
|
@ -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});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue