- {{ humanize .Section | upper }} -
{{ if not $featured_image }}{{ .Title }}
+ {{ else }} ++ {{ humanize .Section | upper }} +
{{ end }}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 }}+ {{ humanize .Section | upper }} +
{{ end }}