diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:27:54 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-13 22:27:54 +0100 |
commit | 9e2d6bcac45cb8d7468bcc2f8f9182c837dce2d8 (patch) | |
tree | c0ec98e442ffef60771d63d1895a74c48d1fafa9 | |
parent | fed7a8ade89268eaa90fb1f969a6b9039a2c482d (diff) | |
parent | 7879a7ec89eb01fb6a64ca889f12ef7fb00ca995 (diff) |
Merge branch '_multilang' into allinone-multilang
-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 2fb8e5a..b40662f 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_da.setup b/ikiwiki_da.setup index d952eec..c7b9157 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -49,7 +49,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 d7cab6b..4555ddb 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -49,7 +49,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? |