avoid showing comment post stuff on dynamic pages
authorJoey Hess <joey@kitenet.net>
Sun, 16 May 2010 02:28:07 +0000 (22:28 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 16 May 2010 02:28:07 +0000 (22:28 -0400)
commit4a6d5330e5b9554f1bd25b9025dd96200c6519c7
tree5d5d2a945c5dd38aaaa440de20f33f677ebe2041
parent0287fe29ac7b2e38f8887ad0a5b0f6e98986809f
avoid showing comment post stuff on dynamic pages

If the site is configured to allow comments on *, then the comment post
interface was being added to cgi pages like signin and prefs. This fixes it
w/o requiring more page.tmpl changes. The pagetemplate hook is called by
misctemplate with an empty page name for dynamic pages.
IkiWiki/Plugin/comments.pm