From b127fca8ae4dc66b8c5659e735bebb34a257a33e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 29 May 2013 08:24:26 -0400 Subject: [PATCH] Add Microformats goodness --- _includes/navigation.html | 2 +- _layouts/home.html | 2 +- _layouts/page.html | 10 +++++----- _layouts/post-index.html | 2 +- _layouts/post.html | 12 ++++++------ 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_includes/navigation.html b/_includes/navigation.html index 8537ea02..6351db0d 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -3,7 +3,7 @@ {{ site.title }}
-
{% endif %} -
+
-
+
-

{{ page.title }}

+

{{ page.title }}

-
+
{{ content }}
diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 7722650d..8c91277a 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -7,7 +7,7 @@ {% include head.html %} - + {% include chrome-frame.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 049882c0..df5e4345 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,26 +7,26 @@ {% include head.html %} - + {% include chrome-frame.html %} {% include navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image
{% endif %} -
+
-
+
-

{{ page.title }}

+ {{ page.title }}

{{ page.tagline }}

-
+
{{ content }}