jekyll/lib
Parker Moore 9c090c862f Ask about 'Draft' before asking about 'Post'
`Draft`s are a subclass of `Post` so `draft.is_a?(Post)` will return
`true`, thus making all `Draft`s `Post`s, which is not desired. If
asking about `Draft` first, then we avoid this problem.

Fixes #2726
2014-08-12 11:52:16 -04:00
..
jekyll Ask about 'Draft' before asking about 'Post' 2014-08-12 11:52:16 -04:00
site_template Adding markdown setting back to _config.yml 2014-08-06 21:12:36 +02:00
jekyll.rb Remove preemptive loading of the 'classifier' gem. 2014-08-05 16:47:30 -04:00