diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:29:40 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:29:40 +0100 |
commit | afcb44390d91076129252f188d7d29ddf846ac6b (patch) | |
tree | b0dbaf46374944c7f1887206dd16e3c0881da810 | |
parent | 188212a8b1443f6d7284fa762fb7434c04fc016c (diff) |
Enable prefix_directives.
-rw-r--r-- | ikiwiki.setup | 2 | ||||
-rw-r--r-- | ikiwiki_admin.setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 91a98be..0f78b08 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -46,7 +46,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? diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index a7559ca..353f2f0 100644 --- a/ikiwiki_admin.setup +++ b/ikiwiki_admin.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? |