diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-23 16:10:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-23 16:14:33 -0400 |
commit | 7e79da76332b93214a7d9a5c91bc046db4219ee2 (patch) | |
tree | 5c38f313f26095ea6296af5d7527af74f23fc9cc /doc/plugins/pagetemplate.mdwn | |
parent | 83703d2f4a8832155e3c111792489062ccc4793b (diff) | |
download | ikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar ikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar.gz |
template docu reorg
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
Diffstat (limited to 'doc/plugins/pagetemplate.mdwn')
-rw-r--r-- | doc/plugins/pagetemplate.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/plugins/pagetemplate.mdwn b/doc/plugins/pagetemplate.mdwn index 53f069d0d..8254e14c5 100644 --- a/doc/plugins/pagetemplate.mdwn +++ b/doc/plugins/pagetemplate.mdwn @@ -3,8 +3,4 @@ This plugin provides the [[ikiwiki/directive/pagetemplate]] [[ikiwiki/directive]], which allows a page to be displayed -using a different [[template|wikitemplates]] than the default. - -This plugin can only use templates that are already installed in -`/usr/share/ikiwiki/templates` (or wherever ikiwiki is configured to look for -them). You can choose to use any .tmpl files in that directory. +using a different [[template|templates]] than the default. |