\ No newline at end of file
diff --git a/src/layouts/partials/subsection.html b/src/layouts/partials/subsection.html
index 7278296..ebc4a4b 100644
--- a/src/layouts/partials/subsection.html
+++ b/src/layouts/partials/subsection.html
@@ -1,7 +1,7 @@
diff --git a/src/layouts/resources/resources.html b/src/layouts/resources/resources.html
index 59b6fa2..2a1e258 100644
--- a/src/layouts/resources/resources.html
+++ b/src/layouts/resources/resources.html
@@ -3,19 +3,19 @@
{{ if .Site.Params.light_dark }}
{{ partial "light_dark.html" . }}
{{ end }}
-
+
{{ .Title }}
- {{ .Params.description }}
+ {{ .Params.description }}
{{ with .Sections }}
- Sections
+ Sections
{{ range . }}
{{ partial "subsection.html" . }}
{{ end }}
{{ end }}
{{ with .RegularPages }}
- Pages
+ Pages
{{ range . }}
This is a Page: {{ . }} of type {{ .Type }} in section {{ .Section }}
{{ partial "resource.html" . }}