diff options
author | admin <admin@branchable.com> | 2016-06-02 00:16:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-02 00:16:44 +0000 |
commit | f9605bcb6e88ad672d5b9f1e94a7d48d41a05c5e (patch) | |
tree | 8ac61616ee2baa65168f45a51eebabe7faf0b4dd /ikiwiki.setup | |
parent | ea0354f334bc01cd390d3b9c76f0a916c51acbb0 (diff) | |
download | standingwithresilience-f9605bcb6e88ad672d5b9f1e94a7d48d41a05c5e.tar.gz standingwithresilience-f9605bcb6e88ad672d5b9f1e94a7d48d41a05c5e.zip |
commit of setup files
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 10cac0e..5fefb7a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -65,6 +65,7 @@ add_plugins: - theme - gitpush - comments +- anonok # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -340,7 +341,7 @@ comments_pagename: comment_ # Interpret directives in comments? #comments_allowdirectives: 0 # Allow anonymous commenters to set an author name? -#comments_allowauthor: 0 +comments_allowauthor: 1 # commit comments to the VCS comments_commit: 1 # Restrict formats for comments to (no restriction if empty) |