Start adding gallery

This commit is contained in:
Patrick Neff 2019-08-02 07:07:24 +02:00
parent 1e389c7dfe
commit e4132b827e
3 changed files with 6 additions and 6 deletions

View File

@ -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]]

View File

@ -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 -}}

View File

@ -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});
}
}
}