diff --git a/themes/neff/layouts/_default/single.html b/themes/neff/layouts/_default/single.html index d83c60a..13634e2 100755 --- a/themes/neff/layouts/_default/single.html +++ b/themes/neff/layouts/_default/single.html @@ -3,8 +3,8 @@ {{- end -}} {{- define "main" -}} -
-
+
+
{{- partial "single.html" . -}}
diff --git a/themes/neff/layouts/catalog/li.html b/themes/neff/layouts/catalog/li.html index 33e116c..ee8d38e 100755 --- a/themes/neff/layouts/catalog/li.html +++ b/themes/neff/layouts/catalog/li.html @@ -17,6 +17,6 @@ {{ $image = index $images 0 }} {{ end }} {{ with $image }} -
  • {{- partial "catalog.html" (dict "ctx" $ctx "image" . "class" "catalog" "showTitle" true "showDescription" true) -}} +
  • {{- partial "catalog.html" (dict "ctx" $ctx "image" . "class" "catalog" "showTitle" true "showDescription" true) -}}
  • {{ end }} diff --git a/themes/neff/layouts/catalog/list.html b/themes/neff/layouts/catalog/list.html index 642b66a..24d48fb 100644 --- a/themes/neff/layouts/catalog/list.html +++ b/themes/neff/layouts/catalog/list.html @@ -3,9 +3,9 @@ {{- end -}} {{ define "main" }} -
    -

    {{ .Title }}

    -