afd0de4652c14846222ed242a8355fea2fa654e9
config.ru
| ... | ... | @@ -9,13 +9,13 @@ |
| 9 | 9 | module Gollum |
| 10 | 10 | # to require 'my_adapter': |
| 11 | 11 | Gollum::GIT_ADAPTER = "my" |
| 12 | - Gollum::TemplateFilter.add_filter('{{current_date}}', & -> () { Time.now.strftime("%Y-%m-%d") }) |
|
| 13 | - |
|
| 12 | + |
|
| 14 | 13 | end |
| 15 | 14 | |
| 16 | 15 | |
| 17 | 16 | wiki_options = { |
| 18 | - |
|
| 17 | + Gollum::TemplateFilter.add_filter('{{current_date}}', & -> () { Time.now.strftime("%Y-%m-%d") }) |
|
| 18 | + |
|
| 19 | 19 | ############################################################################## |
| 20 | 20 | # Command line option equivalents |
| 21 | 21 |