diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 73ed130..c1b4a42 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -19,9 +19,13 @@
{{- .Title -}}
{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}
+ {{ if not .Params.nodate }}
+ {{ else }}
+
+ {{ end }}
{{/*
Show "reading time" and "word count" but only if one of the following are true:
1) A global config `params` value is set `show_reading_time = true`