diff options
-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) |