diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2009-10-02 18:28:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-10-02 18:28:11 -0400 |
commit | 06a1ad7e760258eb0689e327825c15e2aa5234b2 (patch) | |
tree | 28ada481aad8ea608c7f6a1d4ca059ef6546c61e /doc/todo | |
parent | 1ead5f7987ef06f872fb638777d6621f06eb6caf (diff) |
Add reference to new plugin
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn new file mode 100644 index 000000000..4cfbbbf3c --- /dev/null +++ b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn @@ -0,0 +1,5 @@ +At the moment, IkiWiki allows you to set the template for individual pages using the [[plugins/pagetemplate]] directive/plugin, but not for whole sections of the wiki. + +I've written a new plugin, sectiontemplate, available in the `page_tmpl` branch of my git repository that allows setting the template by pagespec in the config file. + +-- [[Will]] |