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