diff options
-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? |