47d1290285979c8673256dc8fcc3fd846106da0b
config.rb
... | ... | @@ -2,6 +2,7 @@ wiki_options = { |
2 | 2 | # base_path: "wiki", # doesn't seem to work |
3 | 3 | css: true, |
4 | 4 | emoji: true, |
5 | + template_page: true, |
|
5 | 6 | } |
6 | 7 | |
7 | 8 | Precious::App.set(:wiki_options, wiki_options) |