From 76c251066fd34a26734bf1acdb1e041881e1c0af Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 13:30:25 +0100 Subject: Refactor templates and partials --- layouts/posts/list.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'layouts/posts/list.html') diff --git a/layouts/posts/list.html b/layouts/posts/list.html index da13220..97873dd 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -5,14 +5,16 @@

{{ .Title }}

-
{{ .Date.Format "January 2, 2006" }}
+
+ {{ .Date.Format "January 2, 2006" }} +

- {{ .Summary }} + {{- .Summary -}} {{ if .Truncated }} - ... + ... {{ end }}

{{ end }} {{ template "_internal/pagination.html" . }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3