diff --git a/themes/neff/layouts/_default/baseof.html b/themes/neff/layouts/_default/baseof.html index 3ab8f29..afa9f55 100755 --- a/themes/neff/layouts/_default/baseof.html +++ b/themes/neff/layouts/_default/baseof.html @@ -13,7 +13,7 @@ {{- partial "schema/article.html" . -}} {{- end -}} {{- if (eq .Kind "section") -}} - {{- partial "schema/collectionPage.html" . -}} + {{- partial "schema/collectionpage.html" . -}} {{- end -}} {{ partial "part/style.html" (dict "ctx" . "path" "css/style.css" )}} @@ -126,7 +126,7 @@ {{- end }}