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/default.html | 4 ++-- _layouts/page.html | 3 ++- _layouts/post.html | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index d7f8c43..fd55250 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,13 +21,13 @@
- + {{ site.name }}

{{ site.description }}

diff --git a/_layouts/page.html b/_layouts/page.html index 9b67cad..cff5360 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,7 +3,8 @@ layout: default ---
-

{{ page.title }}

+ +

{{ page.title }}

{{ content }} 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