From 1cadd8f5b08675821d5f85b7e4b7b1a74a604cc2 Mon Sep 17 00:00:00 2001 From: remi Date: Tue, 23 Dec 2008 03:20:27 -0700 Subject: [PATCH] Post's YAML front matter is available on post object. No longer a need for post.data (redundant). --- History.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/History.txt b/History.txt index 947f56c8..e4b7dacf 100644 --- a/History.txt +++ b/History.txt @@ -4,7 +4,6 @@ * Minor Enhancements * Added post categories based on directories containing _posts [github.com/mreid] * Added new date filter that shows the full month name [github.com/mreid] - * Make post's YAML front matter available as post.data [github.com/remi] * Merge Post's YAML front matter into its to_liquid payload [github.com/remi] * Restrict includes to regular files underneath _includes * Bug Fixes