From b305d21917b252d53c93e3d6413104ba2abf5f29 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 Aug 2008 21:40:00 -0300 Subject: [PATCH] rename comment pseudo-template --- IkiWiki/Plugin/postal.pm | 2 +- test/in/{comments.mdwn => _comments.mdwn} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/in/{comments.mdwn => _comments.mdwn} (100%) diff --git a/IkiWiki/Plugin/postal.pm b/IkiWiki/Plugin/postal.pm index be64a3edd..345c48701 100644 --- a/IkiWiki/Plugin/postal.pm +++ b/IkiWiki/Plugin/postal.pm @@ -56,7 +56,7 @@ sub pagetemplate (@) my $content; - my $comment_page = bestlink ($page, "comments") || return; + my $comment_page = bestlink ($page, "_comments") || return; my $comment_file = $pagesources{$comment_page} || return; $content = readfile (srcfile ($comment_file)); diff --git a/test/in/comments.mdwn b/test/in/_comments.mdwn similarity index 100% rename from test/in/comments.mdwn rename to test/in/_comments.mdwn -- 2.26.2