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" . }}
-