diff options
| author | Paul Iannetta <paul.iannetta@inria.fr> | 2019-06-10 09:04:12 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@inria.fr> | 2019-06-10 09:04:12 +0200 |
| commit | 7c8d5e9040490162d8048eddb25f95bdef2f4c90 (patch) | |
| tree | f29db36e404b84bdde9a75aee3fc583c1a337946 /lib/load_helpers.rb | |
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 |
