From 4118d626115e83d35363e58771e4d7d4a90472aa Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 4 Feb 2023 17:07:31 -0800 Subject: [PATCH] Move summary above terms --- layouts/partials/paige/pages.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index c446ce83..409bdcc5 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -79,6 +79,10 @@

{{ . }}

{{ end }} + {{ with $summary }} +

{{ . }}

+ {{ end }} + {{ if or $categories $tags }}

{{ $terms := slice }} @@ -110,10 +114,6 @@ {{ with $readingtime }}

{{ . }} {{ i18n "paige_minutes" . }}

{{ end }} - - {{ with $summary }} -

{{ . }}

- {{ end }} {{ end }} {{ end }}