aboutsummaryrefslogtreecommitdiff
path: root/plugins/render_partial.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added a raw option to render_partial. Now you can import partials without ↵Brandon Mathis2011-08-011-5/+14
| | | | having them parsed by the Liquid template parser
* Render partial now automatically stirps out yaml front matterBrandon Mathis2011-07-221-2/+7
|
* Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵Brandon Mathis2011-07-191-0/+52
with themes until it's more obviously necessary. This way it's easier to merge and update plugins.