From 682a580345248c82abc0a7d65cd5efe7f2f6c67e Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 19 May 2025 09:35:38 -0400 Subject: change post list style on home --- themes/polaris/layouts/partials/posts.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'themes/polaris/layouts/partials/posts.html') diff --git a/themes/polaris/layouts/partials/posts.html b/themes/polaris/layouts/partials/posts.html index 7fd87de..f641d16 100644 --- a/themes/polaris/layouts/partials/posts.html +++ b/themes/polaris/layouts/partials/posts.html @@ -2,16 +2,13 @@ {{ $pagesLen := (len $pages) }} {{ if eq $pagesLen 0 }} -

It sure is quiet around here.

+

There's nothing here!

{{ end }} {{ range $index, $element := $pages }} -
-
-

{{ .Title }}

-
-

{{ .Date | time.Format "Jan 02 2006" }}

-
+ {{ if ne (add $index 1) $pagesLen }}
{{ end }} -- cgit v1.2.3-70-g09d2