Post's YAML front matter is available on post object. No longer a need for post.data (redundant).

This commit is contained in:
remi 2008-12-23 03:20:27 -07:00
parent a99e142163
commit 1cadd8f5b0
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
* Minor Enhancements * Minor Enhancements
* Added post categories based on directories containing _posts [github.com/mreid] * Added post categories based on directories containing _posts [github.com/mreid]
* Added new date filter that shows the full month name [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] * Merge Post's YAML front matter into its to_liquid payload [github.com/remi]
* Restrict includes to regular files underneath _includes * Restrict includes to regular files underneath _includes
* Bug Fixes * Bug Fixes