diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-02 18:46:10 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-02 18:46:10 -0400 |
commit | 82ae1372a451781097086c8041288caca16a8296 (patch) | |
tree | f2cc473249b9e0d21ca0eb3079ba86b6019b2bf3 /doc | |
parent | 7ef22f25969741fb7aed9be650dd026dd6dddcc9 (diff) | |
parent | 06a1ad7e760258eb0689e327825c15e2aa5234b2 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-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]] |