From dc2a8a9245e4954bf5bb65d68b9f41dbd0fa50c6 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Tue, 21 Feb 2017 16:07:35 -0800 Subject: Better content type for blog posts --- site/layouts/post/single.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/layouts/post/single.html') diff --git a/site/layouts/post/single.html b/site/layouts/post/single.html index 4d6ea43..75a355f 100644 --- a/site/layouts/post/single.html +++ b/site/layouts/post/single.html @@ -7,6 +7,8 @@

Read in {{ .ReadingTime }} minutes

+

{{ .Description }}

+ {{ if .Params.image }}{{ .Title }}{{ end }} {{ .Content }}
-- cgit v1.3