diff --git a/_includes/header.html b/_includes/header.html
index 49b9a6a..0e5eb68 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -7,9 +7,11 @@
{% if post.image != nil %}
{% endif %}
+ {% unless page.is_post == true %}
+ {% endunless %}
{% if page.is_post and post.next %}
diff --git a/_layouts/post.html b/_layouts/post.html
index af45708..50ad08c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,6 +4,10 @@ layout: layout
{% include header.html %}
+
+
{{ page.date | date: "%B %e, %Y" }}
diff --git a/css/base.scss b/css/base.scss
index c9799b0..e6c0bc4 100644
--- a/css/base.scss
+++ b/css/base.scss
@@ -473,6 +473,10 @@ blockquote {
color: #333332;
font-family: AvenirNext;
+ .content {
+ margin-top: 2em;
+ }
+
p img {
display: block;
margin: auto;