From 104bff64ee5cc8486da90bf762b3eab6491e014a Mon Sep 17 00:00:00 2001 From: fhemberger Date: Sun, 4 Sep 2011 11:19:07 +0200 Subject: [PATCH 1/7] use semantic HTML5 element for Google +1 button, see: http://code.google.com/intl/en-US/apis/+1button/#plusonetag --- .themes/classic/source/_includes/post/sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/post/sharing.html b/.themes/classic/source/_includes/post/sharing.html index 7b074af..f0f9b9d 100644 --- a/.themes/classic/source/_includes/post/sharing.html +++ b/.themes/classic/source/_includes/post/sharing.html @@ -3,6 +3,6 @@ Tweet {% endif %} {% if site.google_plus_one %} - +
{% endif %} From b6f1451b774c735d0bc34bf565cbc63de3db9679 Mon Sep 17 00:00:00 2001 From: fhemberger Date: Sun, 4 Sep 2011 12:06:20 +0200 Subject: [PATCH 2/7] datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime --- .themes/classic/source/_includes/archive_post.html | 2 +- .themes/classic/source/_includes/post/date.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.themes/classic/source/_includes/archive_post.html b/.themes/classic/source/_includes/archive_post.html index b667b88..fef3328 100644 --- a/.themes/classic/source/_includes/archive_post.html +++ b/.themes/classic/source/_includes/archive_post.html @@ -1,6 +1,6 @@ {% capture category %}{{ post.categories | size }}{% endcapture %}

{{post.title}}

- + {% if category != '0' %}