From 852c45a1f50304cade98b4afeee15ec1fdc81268 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 23 Oct 2016 19:04:21 +0200 Subject: hide date in articles --- themes/flog/layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index bae38f8..b9165d7 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -11,7 +11,7 @@ {{ end }}

{{ .Title }}

- + {{ if .Params.rating }}
-- cgit v1.3.1