diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 754c60c..c13fc13 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -50,7 +50,7 @@
{{ .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 }}