From 8bd1e0f06e509b4833f3525df8e0edbe32f189b1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 5 May 2013 21:08:03 +0200 Subject: [PATCH] Update history to reflect merge of #964. --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 530db37a..999ec51a 100644 --- a/History.txt +++ b/History.txt @@ -6,6 +6,7 @@ * Added ability to render drafts in _drafts folder via command line (#833) * Add ordinal date permalink style (/:categories/:year/:y_day/:title.html) (#928) * Minor Enhancements + * Site template HTML5-ified (#964) * Use post's directory path when matching for the post_url tag (#998) * Loosen dependency on Pygments so it's only required when it's needed (#1015) * Parse strings into Time objects for date-related Liquid filters (#1014)