aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-02 18:51:52 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-02 18:51:52 -0400
commitdb64972b65c7504b6d2bbed69e438203eef0a518 (patch)
tree44bcf7a9d65da7b50a7daed2edd9a0b2ec667c33
parent6e133959bc69877459fec2ea32788d0656b92168 (diff)
downloadikiwiki-db64972b65c7504b6d2bbed69e438203eef0a518.tar
ikiwiki-db64972b65c7504b6d2bbed69e438203eef0a518.tar.gz
combine with pagetemplate?
-rw-r--r--doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn6
1 files changed, 6 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
index 4cfbbbf3c..ed9740068 100644
--- a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn
+++ b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn
@@ -3,3 +3,9 @@ At the moment, IkiWiki allows you to set the template for individual pages using
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]]
+
+> This is an excellent idea and looks ready for merging.
+> Before I do though, would it perhaps make sense to merge
+> this in with the pagetemplate plugin? They do such a similar thing,
+> and unless letting users control the template by editing a page is not
+> wanted, I can't see any reason not to combine them. --[[Joey]]