diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:26:09 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:26:09 +0100 |
commit | 258ef913fa6cfa38c7d9fe137a296bd03d62da09 (patch) | |
tree | cbf78df9e2c654efa26397a2c08a0e6c8c5a8411 | |
parent | dffbb58d3bc05c7e05a3e74caebf448f9cf9c056 (diff) | |
parent | f0f589ac7441dc85b458d71abcabab3a13f0d374 (diff) |
Merge branch '_clean' into clean
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5721896..a5fab91 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -43,7 +43,7 @@ use IkiWiki::Setup::Standard { # create output files named page/index.html? usedirs => 1, # use '!'-prefixed preprocessor directives? - prefix_directives => 0, + prefix_directives => 1, # use page/index.mdwn source files indexpages => 0, # enable Discussion pages? |