From 33813ab1e13071af48c7268ef0e37908affbc12f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 28 Dec 2020 22:27:09 +0100 Subject: [PATCH] Don't put the section on top, the stuff is mostly flat --- layouts/page/single.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/page/single.html b/layouts/page/single.html index 29d3cd1..46da400 100644 --- a/layouts/page/single.html +++ b/layouts/page/single.html @@ -4,13 +4,14 @@
-

- {{ humanize .Section | upper }} -

{{ if not $featured_image }}

{{ .Title }}

+ {{ else }} +

+ {{ humanize .Section | upper }} +

{{ end }}