From a0e572976134fc06e30dfacaebb7bac9eb2cbd86 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 27 Aug 2023 11:50:46 +0200 Subject: Remove content alternating background stripe --- layouts/_default/list.html | 4 +--- layouts/index.html | 2 -- layouts/partials/footer.html | 2 +- layouts/partials/hero.html | 4 ++-- layouts/partials/open_section.html | 10 ++++------ 5 files changed, 8 insertions(+), 14 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a1f0f08..5c60b97 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,9 +2,7 @@ {{ partial "open_section.html" . }} {{ range .Paginator.Pages.ByPublishDate.Reverse }} -
- {{ partial "post.html" . }} -
+{{ partial "post.html" . }} {{ end }} {{ partial "pagination.html" . }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index f84fa28..8199e84 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,9 +6,7 @@ {{ partial "open_section.html" . }} {{ range first .Params.index_show .Pages.ByPublishDate.Reverse }} -
{{ partial "post.html" . }} -
{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a9e1474..e781e63 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@