From cef0a80897e8394d51316272e22c7cf32d1fa617 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 13 Apr 2013 19:27:21 +0200 Subject: [PATCH] Update history to reflect merge of #961 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 47dad7d6..b444bf77 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 + * Move template site to default markdown renderer (#961) * Expose new attribute to Liquid via `page`: `page.path` (#951) * Accept multiple config files from command line (#945) * Add page variable to liquid custom tags and blocks (#413)