diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c13fc13..5070b3f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -36,7 +36,7 @@
- {{ if .Params.profile | default true }}
+ {{ if site.Params.features.blog.showAuthor | default true }}
{{ partial "helpers/get-author-name.html" . }}
@@ -50,7 +50,7 @@
{{ .Page.Title }}
- {{ if not (.Params.profile | default true) }}
+ {{ if not (site.Params.features.blog.showAuthor | default true) }}
{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}