From 55e62448dd1841b89de863d8d7c6c784f376a275 Mon Sep 17 00:00:00 2001 From: Emiliano Tortorella Date: Wed, 14 Nov 2018 18:46:53 -0400 Subject: [PATCH] Fix parameters on layouts/_default/single.html so follow the same style in the rest of the files. --- layouts/_default/single.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" . -}}