diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:48:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:48:19 +0000 |
commit | 8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71 (patch) | |
tree | d829bc29734f5ae0abbe64728a1a5050cdc28347 /doc/usage.mdwn | |
parent | b26b1d51ab4e71fb04674815c6b08f401ec22993 (diff) | |
download | ikiwiki-8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71.tar ikiwiki-8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71.tar.gz |
* Search in default location for templates as a fallback when templatedir is
pointed elsewhere, so that only modified templates need to be copied into
a templatedir. Based on work by JeremyReed.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 47716696f..29ec09670 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -101,9 +101,10 @@ configuration options of their own. * --templatedir - Specify the directory that the page [[templates]] are stored in. - Default is `/usr/share/ikiwiki/templates`, or another location as - configured at build time. + Specify the directory that the page [[templates]] are stored in. Default + is `/usr/share/ikiwiki/templates`, or another location as configured at + build time. If the templatedir is changed, missing templates will still + be searched for in the default location as a fallback. * --underlaydir |