From 4799b09530f9ada7a5257b73b4adf69630f67c73 Mon Sep 17 00:00:00 2001 From: Simon Gemmell Date: Fri, 11 Aug 2017 21:24:07 +1000 Subject: [PATCH] added the ability to remove the date and author from a post --- layouts/_default/single.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f7b6c45..21f3538 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -59,7 +59,9 @@

{{ .Title | markdownify }}

+ {{ if ne .Params.showmeta false }} + {{ end }}
{{ .Content }}