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 weight = -800
[[menu.main]] [[menu.main]]
identifier = "katalog" identifier = "galerie"
name = "Katalog" name = "Galerie"
title = "Katalog" title = "Galerie"
url = "/katalog" url = "https://media.neff-steindesign.de/galerie"
weight = -500 weight = -500
[[menu.main]] [[menu.main]]

View File

@ -39,6 +39,5 @@
{{- define "scripts" -}} {{- define "scripts" -}}
{{ partial "part/script.html" (dict "ctx" . "path" "js/three.bundle.js")}} {{ 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")}} {{ partial "part/script.html" (dict "ctx" . "path" "js/catalog.bundle.js")}}
{{- end -}} {{- end -}}

View File

@ -16,6 +16,7 @@ body {
color: $font-color; color: $font-color;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
position: relative;
} }
@supports (-webkit-overflow-scrolling: touch) { @supports (-webkit-overflow-scrolling: touch) {