- {{- range (first 3 (where .Site.Pages.ByWeight ".Params.type" "hero")) -}}
+ {{- range (first 3 (where .Site.Pages.ByWeight ".Params.type" "ueber-uns")) -}}
{{- partial "hero.html" . -}}
diff --git a/themes/neff/layouts/partials/footer.html b/themes/neff/layouts/partials/footer.html
index 0458b00..54944e1 100755
--- a/themes/neff/layouts/partials/footer.html
+++ b/themes/neff/layouts/partials/footer.html
@@ -1,8 +1,30 @@
-
-
-
+{{- if (ne .Kind "home") -}}
+
+{{- end }}
+
\ No newline at end of file
diff --git a/themes/neff/layouts/partials/single.html b/themes/neff/layouts/partials/single.html
index 2cc27dd..c6ae113 100755
--- a/themes/neff/layouts/partials/single.html
+++ b/themes/neff/layouts/partials/single.html
@@ -8,7 +8,7 @@
{{- range $.Resources.ByType "image" -}}
{{- if .Params.featured -}}
{{- $orig := . -}}
- {{ partial "figure.html" (dict "ctx" . "image" . "lightbox" true "class" "featured left")}}
+ {{ partial "figure.html" (dict "ctx" . "image" . "lightbox" true "class" "featured left" "showTitle" true "showDescription" true)}}
{{- end -}}
{{- end -}}
{{ . }}