diff --git a/layouts/podcast/podcast.html b/layouts/podcast/podcast.html index e9356d1..7848a5a 100644 --- a/layouts/podcast/podcast.html +++ b/layouts/podcast/podcast.html @@ -1,7 +1,7 @@ {{ partial "header.html" . }}
-

{{ .Title }}

+

{{ .Title }}

diff --git a/layouts/podcast/single.html b/layouts/podcast/single.html index 3b6f209..f434a15 100644 --- a/layouts/podcast/single.html +++ b/layouts/podcast/single.html @@ -1,8 +1,8 @@ {{ partial "header.html" . }} -
-

{{ .Title }}

-

{{ with .Params.series }}{{.}}{{end}}

+
+

{{ .Title }}

+

{{ with .Params.series }}{{.}}{{end}}

diff --git a/layouts/post/single.html b/layouts/post/single.html index 9ce400b..7d03121 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -1,8 +1,8 @@ {{ partial "header.html" . }}
-

{{ .Title }}

-

{{ .Description }}

+

{{ .Title }}

+

{{ .Description }}

diff --git a/layouts/reading/single.html b/layouts/reading/single.html index 1ca2d3a..223ef3b 100644 --- a/layouts/reading/single.html +++ b/layouts/reading/single.html @@ -1,10 +1,10 @@ {{ partial "header.html" . }} -
-

{{ .Title }}

-

{{ .Params.author }}

+
+

{{ .Title }}

+

{{ .Params.author }}

{{if isset .Params "topic" }} -

Topic: {{ .Params.topic }}

+

Topic: {{ .Params.topic }}

{{ end }}