From 225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 27 Aug 2023 12:37:24 +0200 Subject: Main container wrapper to keep content width --- layouts/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'layouts/index.html') 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 @@ {{ range $index, $element := where .Pages "Type" "in" .Site.Params.mainSections }} +
{{ 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 }} - -
- - See all -
-
+
+ + See all +
+ {{ end }} {{ end }} -- cgit v1.2.3