diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 00:19:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 00:19:22 -0400 |
commit | 951dc083f9c5f849ad54cf90a8e51065bbee9372 (patch) | |
tree | c98d194ad5dc0222b43406f19f497efe0b1fbad6 | |
parent | fc52b0c025e67e6d4d2ad64a70d51b2ef43f9839 (diff) |
set commented-out code to 1
so it can be uncommented to enable
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 10cb3da1d..31a60b9ca 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -131,7 +131,7 @@ use IkiWiki::Setup::Standard { #recentchangespage => "recentchanges", #recentchangesnum => 100, # Use new '!'-prefixed preprocessor directive syntax - #prefix_directives => 0, + #prefix_directives => 1, # Attempt to make hardlinks to source files instead of copying them. # Useful if the wiki contains large media files. #hardlink => 1, |