diff --git a/layouts/_default/single.html b/layouts/_default/single.html index bdfec7d..780189d 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,8 +4,9 @@ {{ end }} {{ define "main" }} -
-
+
+ +

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

-
+ +
{{ partial "menu-contextual.html" . }}
+
{{ end }}