From 1f2db3b048fd86589c482cd2ab4d348bdd6eda4e Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sat, 17 May 2014 15:21:32 -0400 Subject: Removed post dates from indexes, now only at bottom of the post --- _layouts/post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 3933463..d8cc8be 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,14 +6,14 @@ layout: default

{{ page.title }}

-
- {{ page.date | date: "%B %e, %Y" }} -
-
{{ content }}
+
+ Written on {{ page.date | date: "%B %e, %Y" }} +
+
{% include disqus.html disqus_identifier=page.disqus_identifier %}
-- cgit v1.2.3