unlink those two obsolete pages
Roger Dingledine

Roger Dingledine commited on 2016-04-15 23:33:48
Zeige 1 geänderte Dateien mit 3 Einfügungen und 6 Löschungen.


also, link the corepeople page as a sub-bullet, because that's
how it's done on the documentation pages. now there are two things
you can click that get you to corepeople. this is not perfect,
but it's better than the alternative where you don't even realize
it's a thing you can click on.
... ...
@@ -27,15 +27,12 @@
27 27
       {'url'  => 'about/corepeople',
28 28
        'txt'  => 'Tor People',
29 29
        'subelements' => [
30
+          {'url'  => 'about/corepeople',
31
+           'txt'  => 'Core Tor People',
32
+          },
30 33
           {'url'  => 'about/board',
31 34
            'txt'  => 'Board of Directors',
32 35
           },
33
-          {'url'  => 'about/translators',
34
-           'txt'  => 'Translators',
35
-          }, 
36
-          {'url'  => 'about/volunteers',
37
-           'txt'  => 'Volunteers',
38
-          },  
39 36
           {'url'  => 'about/contributors',
40 37
            'txt'  => 'Past Contributors',
41 38
           }]
42 39