aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 8199e84..a21b7c4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,16 +3,16 @@
<!-- Page Content -->
{{ range $index, $element := where .Pages "Type" "in" .Site.Params.mainSections }}
+<div class="mw7 center avenir ph2">
{{ partial "open_section.html" . }}
+{{ range first .Params.index_show .Pages.ByPublishDate.Reverse }}
+{{ partial "post.html" . }}
+{{ end }}
- {{ range first .Params.index_show .Pages.ByPublishDate.Reverse }}
- {{ partial "post.html" . }}
- {{ end }}
-
- <div class="tc pa3">
- <i class="fas fa-angle-right"></i>
- <a href="{{ .Type }}" class="f3 link near-black">See all</a>
- </div>
- </div>
+<div class="tc pa3">
+ <i class="fas fa-angle-right"></i>
+ <a href="{{ .Type }}" class="f3 link near-black">See all</a>
+</div>
+</div>
{{ end }}
{{ end }}