From f24673996300a41d0a3e9a03ee39dd6fc0aab0e4 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 10 Jan 2009 20:18:25 -0500 Subject: [PATCH] Disable discussion pages. Signed-off-by: Edward Z. Yang --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index ae13b75..9d84903 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -47,7 +47,7 @@ use IkiWiki::Setup::Standard { # use page/index.mdwn source files indexpages => 0, # enable Discussion pages? - discussion => 1, + discussion => 0, # only send cookies over SSL connections? sslcookie => 0, # extension to use for new pages -- 2.45.1