diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-22 14:35:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-22 14:35:00 -0400 |
commit | 23d62f42bd8fe18087cd293962a79d937cf5a3bc (patch) | |
tree | bdf3066bc21d9f9c00305dc2ca80f7859944f0e0 /doc | |
parent | 584391aedd2f5392db7e9d3d46cf202d6cb8e951 (diff) |
remove add_templates option
Templates are moving into the srcdir, and will also be searched for in
configured underlays, so this is redundant.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/underlay.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/plugins/underlay.mdwn b/doc/plugins/underlay.mdwn index 8836a394c..0cf819472 100644 --- a/doc/plugins/underlay.mdwn +++ b/doc/plugins/underlay.mdwn @@ -12,9 +12,3 @@ revision control, like photos or software releases. Directories in `add_underlays` should usually be absolute. If relative, they're interpreted as relative to the parent directory of the basewiki underlay, which is probably not particularly useful in this context. - --- - -This plugin also adds an `add_templates` option to the setup file. -Its value is a list of template directories to look for template files in, -if they are not present in the `templatedir`. |