summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 04:09:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 04:09:56 +0000
commite35cefac5d9d25ddedbf2ab01773034a46d72220 (patch)
tree8dcd10572ce3ec3a82184248dc53b49a204306ba /ikiwiki
parent5e85f9b57dae0f34a70ce2b29fa96bc6b98bf36b (diff)
default rss on
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index ea5604365..f8b43d720 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -32,7 +32,7 @@ sub getconfig () { #{{{
historyurl => '',
diffurl => '',
anonok => 0,
- rss => 0,
+ rss => 1,
rebuild => 0,
wrapper => undef,
wrappermode => undef,