-
+
+
- {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
- {{ partial "box.html" . }}
- {{ end }}
+ {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
+ {{ partial "box_image.html" . }}
+ {{ end }}
-
+
{{ partial "page_end.html" . }}
diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 1b35432..691bf3b 100644
--- a/static/src/scss/style.scss
+++ b/static/src/scss/style.scss
@@ -166,3 +166,7 @@ nav {
}
}
}
+
+.index-list {
+ margin-top: 4em;
+}