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 }}