From: digitalcraftsman Date: Sun, 1 Oct 2017 09:23:48 +0000 (+0200) Subject: Implement Content Summaries / Split on index page X-Git-Url: https://njoseph.me/gitweb/hyde.git/commitdiff_plain/5814b3e80c17336f1b02c3666914fd1445d31378?hp=dae01e12f7b71303d936506547f4d13cefa32bea Implement Content Summaries / Split on index page --- diff --git a/layouts/index.html b/layouts/index.html index 3fed5be..209009e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,12 @@ {{ .Title }} {{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .Content }} + {{ .Summary }} + {{ if .Truncated }} + + {{ end }} {{- end }}