e1b9288151869db47635d5a408f4ed8bebf40a54
Gradualisme.md
... | ... | @@ -4,6 +4,8 @@ |
4 | 4 | <img src="media/images/Logo_vectorized_resized.png" style="background-color: transparent;" width = 50 height = 50> |
5 | 5 | </p> |
6 | 6 | |
7 | +# Daily Log, {{page_name}} |
|
8 | + |
|
7 | 9 | |
8 | 10 | Auteur : Errico Malatesta, octobre 1925 |
9 | 11 |
config.rb
... | ... | @@ -6,9 +6,10 @@ |
6 | 6 | module Gollum |
7 | 7 | # to require 'my_adapter': |
8 | 8 | Gollum::GIT_ADAPTER = "my" |
9 | + Gollum::TemplateFilter.add_filter('{{current_date}}', & -> () { Time.now.strftime("%Y-%m-%d") }) |
|
10 | + |
|
9 | 11 | end |
10 | 12 | |
11 | - Gollum::TemplateFilter.add_filter('{{current_date}}', & -> () { Time.now.strftime("%Y-%m-%d") }) |
|
12 | 13 | |
13 | 14 | wiki_options = { |
14 | 15 |