diff --git a/_layouts/post.html b/_layouts/post.html
index 4b17ab55..9f8166cf 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -57,6 +57,8 @@
+ {{ page.title }}
+ {{post.date | date: "%b %d %Y" }}
{{ content }}
diff --git a/_posts/2016-07-27-Announcing-the-Cyclone-Scheme-Compiler.md b/_posts/2016-07-27-Announcing-the-Cyclone-Scheme-Compiler.md
index 0b8ddef1..3d1d873e 100644
--- a/_posts/2016-07-27-Announcing-the-Cyclone-Scheme-Compiler.md
+++ b/_posts/2016-07-27-Announcing-the-Cyclone-Scheme-Compiler.md
@@ -4,8 +4,6 @@ title: Announcing the Cyclone Scheme Compiler
excerpt: Initial announcement to comp.lang.scheme
---
-# {{ page.title }}
-
Today I would like to announce the Cyclone Scheme-to-C compiler:
[http://justinethier.github.io/cyclone/](http://justinethier.github.io/cyclone/)