From 0df8994e5f44bd42fff2302711bda9a59bcb9dcf Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Mon, 17 Feb 2014 20:34:55 -0500 Subject: Style Guide, and all markdown content styled --- _layouts/post.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 1384cce..d51134d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,11 +7,15 @@ layout: default

{{ page.title }}

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