From 3766533e65a0c3c2b071fe840f24bd40f0c22044 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 4 Jan 2022 23:57:37 +0000 Subject: [PATCH] more tweaking of fonts and colors; its getting good --- layouts/podcast/podcast.html | 2 +- layouts/podcast/single.html | 6 +++--- layouts/post/single.html | 4 ++-- layouts/reading/single.html | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) 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 }}