diff options
Diffstat (limited to 'lib/load_helpers.rb')
| -rw-r--r-- | lib/load_helpers.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/load_helpers.rb b/lib/load_helpers.rb new file mode 100644 index 0000000..458fbf4 --- /dev/null +++ b/lib/load_helpers.rb @@ -0,0 +1,6 @@ +include Nanoc::Helpers::Blogging +include Nanoc::Helpers::Tagging +include Nanoc::Helpers::Rendering +include Nanoc::Helpers::LinkTo + +use_helper RstSemantic |
