diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e999f71..5070b3f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -36,15 +36,26 @@
+ {{ if site.Params.features.blog.showAuthor | default true }}
{{ partial "helpers/get-author-name.html" . }}
{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}
-
+ {{ else }}
+
+ {{ end }}
+
{{ .Page.Title }}
+
+ {{ 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 }}
+
+ {{ end }}
+
{{ if site.Params.features.tags.enable }}
{{partial "misc/tags.html" .Params.tags }}
{{ end }}