diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4f1b1c3..7760642 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,7 +6,7 @@ {{ define "main" }} {{ $section := .Site.GetPage "section" .Section }} -
+

@@ -16,14 +16,14 @@ */}} {{with .CurrentSection.Title }}{{. | upper }}{{end}}

-

+

{{- .Title -}}

{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} - {{/* + + {{/* Show "reading time" and "word count" but only if one of the following are true: 1) A global config `params` value is set `show_reading_time = true` 2) A section front matter value is set `show_reading_time = true` @@ -35,7 +35,7 @@ {{ end }}
-
+
{{- .Content -}} {{- partial "tags.html" . -}}