diff --git a/layouts/blog/single.html b/layouts/blog/single.html index f60a25a..7452407 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -7,6 +7,13 @@
{{ partial "page-heading" . }}
+ {{ if not .Params.noauthor }} + {{ if .Params.author }} +
+
{{ .Params.author }}
+
+ {{end}} + {{end}}
{{ .Date.Format .Site.Params.dateform }}
{{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}