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