From b6f1451b774c735d0bc34bf565cbc63de3db9679 Mon Sep 17 00:00:00 2001 From: fhemberger Date: Sun, 4 Sep 2011 12:06:20 +0200 Subject: [PATCH] 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' %}