From 32350c9a9e960ce6cba866aeca0c1ea6573ed280 Mon Sep 17 00:00:00 2001 From: budparr Date: Mon, 9 Apr 2018 10:34:58 -0400 Subject: [PATCH] Further improve layout --- layouts/_default/single.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 687102c..59f4e58 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,28 +4,28 @@ {{ end }} {{ define "main" }} -
+
-
+

{{/* Humanize removes hyphens and capitalizes the first word */}} {{ humanize .Section | upper }}

-

+

{{ .Title }}

- {{/* TODO: Add Hugo author */}} - {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} + {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} -
+ +
{{ .Content }} - {{ partial "tags.html" . }}
-