diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index fbc395f3..c0a00590 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,11 +6,13 @@
{{ .Title }}
{{- if .Draft }}
[draft]
{{- end }}
+ {{ if .Params.hideMeta }}{{ else }}
{{- if or .Params.author .Site.Params.author }}
{{- .Params.author | default .Site.Params.author }} ยท {{ end }}
{{- .Date.Format "January 2, 2006" -}}
+ {{end}}
{{ if .Params.ShowToc }}