summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
m---------basewiki0
-rw-r--r--ikiwiki.setup2
3 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 5f4302c..da044bf 100644
--- a/README
+++ b/README
@@ -8,6 +8,9 @@ the following locales:
* danish (da) by Jonas Smedegaard <dr@jones.dk>
+Additionally, the configuration has been simplified to not mention non-Git VCS
+systems, and deprecated placeholder files has been removed from basewiki.
+
Getting the source
------------------
diff --git a/basewiki b/basewiki
-Subproject b1fadc6eacaacb4d892b495e15ff82e9ba36c63
+Subproject 1af4bdc6272745e503fdd8cb5baabfadc8d200c
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?