lib/PublicInbox/Feed.pm | 2 ++ lib/PublicInbox/View.pm | 6 +++--- lib/PublicInbox/WWW.pm | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++-- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 6996f374e555a4f55d565fda80fe3b119369e3b0..fcb860236686276c9c9f639dbaa3307fc4c50560 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -89,6 +89,8 @@ Email::Address->purge_cache; my $footer = nav_footer($args->{cgi}, $last); + my $list_footer = $args->{footer}; + $footer .= "\n" . $list_footer if ($footer && $list_footer); $footer = "
$footer" if $footer; $html . "$footer