From 8a2c3517f4c9327c0f95a1a6d5170fcaf85b8a48 Mon Sep 17 00:00:00 2001 From: Leonardo Faria Date: Sun, 31 May 2020 16:17:53 -0700 Subject: Update archives page --- layouts/partials/post-summary.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/post-summary.html b/layouts/partials/post-summary.html index 0bd76a1..6d58a6c 100644 --- a/layouts/partials/post-summary.html +++ b/layouts/partials/post-summary.html @@ -1,9 +1,11 @@ -

{{ .Key }}

- -
    - {{ range where .Pages "Type" "ne" "page" -}} -
  1. - {{ .Title }} -
  2. - {{- end }} -
+
+

{{ .Key }}

+ +
    + {{ range where .Pages "Type" "ne" "page" -}} +
  1. + {{ .Title }} +
  2. + {{- end }} +
+
-- cgit v1.2.3