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/todo/auto_rebuild_on_template_change.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/todo/auto_rebuild_on_template_change.mdwn')
-rw-r--r-- | doc/todo/auto_rebuild_on_template_change.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/auto_rebuild_on_template_change.mdwn b/doc/todo/auto_rebuild_on_template_change.mdwn index a112cb9da..838d15c1a 100644 --- a/doc/todo/auto_rebuild_on_template_change.mdwn +++ b/doc/todo/auto_rebuild_on_template_change.mdwn @@ -6,7 +6,7 @@ This would allow setting: templatedir => "$srcdir/templates", -.. and then the [[wikitemplates]] are managed like other wiki files; and +.. and then the [[templates]] are managed like other wiki files; and like other wiki files, a change to them automatically updates dependent pages. |