From 61ee181397d5ba77127f8f12891a3b512a74b586 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 29 Feb 2012 22:33:57 +0000 Subject: 0.2.0 Release. Update to HTML5 Boilerplate v3.0.2 Add Pygments. Links to post comments corrected on index and category pages. --- _site_build/_includes/google_analytics.html | 8 ++++---- _site_build/_includes/head.html | 4 ++-- _site_build/_includes/post_excerpt.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to '_site_build/_includes') diff --git a/_site_build/_includes/google_analytics.html b/_site_build/_includes/google_analytics.html index 1af92a9..8b82edd 100644 --- a/_site_build/_includes/google_analytics.html +++ b/_site_build/_includes/google_analytics.html @@ -1,6 +1,6 @@ diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index 1f2c3a3..10d4463 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -4,8 +4,8 @@ {% if page.robots %}{% endif %} - + - + diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 9578551..da5225f 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -6,7 +6,7 @@ | Posted in {{ post.categories | category_links }} {% endif %} {% if post.comments and site.disqus_shortname %} - | Comments + | Comments {% endif %} {{ post.content | truncate }} -- cgit v1.2.3-13-gbd6f