config.rb
... ...
@@ -8,6 +8,8 @@
8 8
Gollum::GIT_ADAPTER = "my"
9 9
end
10 10
11
+ Gollum::TemplateFilter.add_filter('{{current_date}}', & -> () { Time.now.strftime("%Y-%m-%d") })
12
+
11 13
wiki_options = {
12 14
13 15
##############################################################################