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