summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-13 19:49:41 +0100
committerJonas Smedegaard <dr@jones.dk>2008-11-13 19:49:41 +0100
commitf0f589ac7441dc85b458d71abcabab3a13f0d374 (patch)
tree03e8194475cada972cf18c9fcf6fe6c8b7d8117d
parent861649a9af7e3c91b705421f49871975a17f9848 (diff)
Enable prefix_directives.
-rw-r--r--ikiwiki.setup2
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?