{{ .Title }}
+ {{ with .Date }}- {{ .Date.Format $dateFormat }} + {{ .Format $dateFormat }}
+ {{ end }}
{{- .Summary -}}
{{ if .Truncated }}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 61c2130..69352cd 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -1,14 +1,16 @@
{{ define "main" }}
-{{ $dateFormat := default "January 2, 2006" .Site.Params.BookDateFormat }}
-{{ .Title }}
-
- {{ .Date.Format $dateFormat }}
-
-{{ .Title }}
+ {{ with .Date }}
+
+ {{ .Format $dateFormat }}
+
+ {{ end }}
+