]> Sergey Matveev's repositories - public-inbox.git/commitdiff
No mirroring information
authorSergey Matveev <stargrave@stargrave.org>
Fri, 29 Jul 2022 10:36:52 +0000 (13:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 17 Feb 2023 09:33:13 +0000 (12:33 +0300)
lib/PublicInbox/WwwStream.pm

index 6f70f8550914be9b13b5fe820d039974fc9287d8..880639b73d99fc6c8d8c82c63ae50b1b89a25f48 100644 (file)
@@ -108,11 +108,7 @@ sub html_top ($) {
        }
        my $code = $ibx->{coderepo} ? qq( / <a\nhref=#code>code</a>) : '';
        # id=mirror must exist for legacy bookmarks
-       my $links = qq(<a\nhref="${upfx}_/text/help/">help</a> / ).
-                       qq(<a\nhref="${upfx}_/text/color/">color</a> / ).
-                       qq(<a\nid=mirror) .
-                       qq(\nhref="${upfx}_/text/mirror/">mirror</a>$code / ).
-                       qq(<a\nhref="$atom">Atom feed</a>);
+       my $links = qq(<a\nhref="$atom">Atom feed</a>);
        if ($ibx->isrch) {
                my $q_val = delete($ctx->{-q_value_html}) // '';
                $q_val = qq(\nvalue="$q_val") if $q_val ne '';