From e62dcb55f260af49081200379ce7480e9cfbab62 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 17 Nov 2024 22:26:28 +0100 Subject: [PATCH] Made list layout clearer --- layouts/posts/list.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index badf0f6..f599c28 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -2,18 +2,20 @@ {{ range sort .Paginator.Pages }}

- {{ partial "docs/title.html" . }} + {{ partial "docs/title.html" . }}

{{ partial "docs/post-meta" . }}

{{- .Summary -}} {{ if .Truncated }} - ... + [...] {{ end }} +
+ read full post

{{ end }} - +
{{ template "_internal/pagination.html" . }} {{ end }}