diff --git a/layouts/index.html b/layouts/index.html index 732ec7f..e33f371 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+ @@ -16,7 +16,7 @@
{{/* Range through the first $n_posts items of the section */}} {{ range (collections.First $n_posts $section) }} -
+
{{ .Render "summary-with-image" }}
{{ end }}