always rely on frontmatter

This commit is contained in:
Thomas Reynolds 2011-06-13 18:33:50 -07:00
parent a4a9075e54
commit f7a567d2d3
2 changed files with 3 additions and 4 deletions

View file

@ -4,10 +4,7 @@ module Middleman
module Features
module Blog
class << self
def registered(app)
# Depend on FrontMatter
app.activate Middleman::Features::FrontMatter
def registered(app)
# Include helpers
app.helpers Middleman::Features::Blog::Helpers

View file

@ -49,6 +49,8 @@ module Middleman
# Activate Webservices Proxy package
# register Middleman::Features::Proxy
register Middleman::Features::FrontMatter
# Activate Lorem helpers
register Middleman::Features::Lorem