From ff67a31db53dee296ef5f603cc6062d2191c7178 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 May 2010 22:38:59 -0400 Subject: [PATCH] Revert "avoid showing comment post stuff on dynamic pages" This reverts commit 4a6d5330e5b9554f1bd25b9025dd96200c6519c7. That was too ugly, the DYNAMIC test on page.tmpl will avoid the problem anyway -- just needs to be added. --- IkiWiki/Plugin/comments.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index af7e7eccd..3cafcbe9c 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -742,7 +742,6 @@ sub pagetemplate (@) { $template->query(name => 'commentsurl') || $template->query(name => 'atomcommentsurl') || $template->query(name => 'comments')) && - length $page && # not dynamic commentsshown($page); if ($template->query(name => 'comments')) { -- 2.32.0.93.g670b81a890