- {{ partial "docs/title.html" . }} + {{ partial "docs/title.html" . }}
{{ partial "docs/post-meta" . }}
{{- .Summary -}}
{{ if .Truncated }}
- ...
+ [...]
{{ end }}
+
+ read full post
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 }}
{{- .Summary -}}
{{ if .Truncated }}
- ...
+ [...]
{{ end }}
+
- {{ partial "docs/title.html" . }}
+ {{ partial "docs/title.html" . }}
{{ partial "docs/post-meta" . }}
+ read full post