Skip to content

Commit

Permalink
Merge pull request brightbox#1 from EmberAds/bugfix-blogging-module
Browse files Browse the repository at this point in the history
Include core helpers that Blogging depends on
  • Loading branch information
scsmith committed Jan 16, 2012
2 parents 34a4079 + 66646a4 commit f77359a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/brightbox-nanoc-helpers/blogging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module Helpers
# be named in the format yyyy-mm-dd-slug-of-post.md and it'll automatically pick out the date & slug.
#
module Blogging
include ::Nanoc3::Helpers::Blogging
include ::Nanoc3::Helpers::Rendering

GenerateError = Class.new(RuntimeError)

# Make sure we include those modules we need to function
Expand Down

0 comments on commit f77359a

Please sign in to comment.