From 65de4fddb07afc44a87426838d556fe4daffbc6f Mon Sep 17 00:00:00 2001 From: budparr Date: Mon, 9 Apr 2018 10:22:02 -0400 Subject: [PATCH] Improve semantic structure --- layouts/_default/single.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 780189d..687102c 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,9 +4,9 @@ {{ end }} {{ define "main" }} -
+
-
+

{{/* Humanize removes hyphens and capitalizes the first word */}} {{ humanize .Section | upper }} @@ -23,11 +23,11 @@ {{ .Content }} {{ partial "tags.html" . }} -

+ -
+
+ -
+ {{ end }}