diff --git a/assets/styles/layouts/single.scss b/assets/styles/layouts/single.scss index b878ceb..f5aecf4 100644 --- a/assets/styles/layouts/single.scss +++ b/assets/styles/layouts/single.scss @@ -49,6 +49,10 @@ body.kind-page { margin-top: 0px; } + p { + text-align: center; + } + img { height: 120px; width: 120px; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c266631..6192952 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -39,7 +39,7 @@
Author Image
{{ partial "helpers/get-author-name.html" . }}
-

{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} minute{{ if (ne .ReadingTime 1) }}s{{ end }}{{ end }}

+

{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} minute{{ if (ne .ReadingTime 1) }}s{{ end }}{{ end }}