diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:27:48 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:27:48 +0100 |
commit | 7879a7ec89eb01fb6a64ca889f12ef7fb00ca995 (patch) | |
tree | e22dd5205b2278195b710b0a8e9523897c2181d2 | |
parent | a84de688c31d9a700a3d91a0825d835a5759a91f (diff) |
Enable prefix_directives.
-rw-r--r-- | ikiwiki.setup | 2 | ||||
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_nb.setup | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 4943426..6ba6574 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? diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 74cf285..c7b91a6 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -48,7 +48,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_nb.setup b/ikiwiki_nb.setup index 4d4d2cb..09aa8d0 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -48,7 +48,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? |