diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 86c0952..e0eef9f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,7 +4,9 @@
-
+
{{ if .Params.date }}
{{ .Params.date.Format "2006-01-02" }}
@@ -27,8 +29,6 @@
{{ end }}
-
- {{ .Content }}
{{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}
diff --git a/layouts/index.html b/layouts/index.html
index e5ec1c5..49df79e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,6 +8,14 @@
+
{{ if .Params.date }}
{{ .Params.date.Format "2006-01-02" }}
@@ -30,15 +38,6 @@
{{ end }}
-