Browse code

unlink those two obsolete pages

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.

Roger Dingledine authored on 15/04/2016 23:33:48
Showing 1 changed files
... ...
@@ -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
-          }, 
33
-          {'url'  => 'about/translators',
34
-           'txt'  => 'Translators',
35
-          }, 
36
-          {'url'  => 'about/volunteers',
37
-           'txt'  => 'Volunteers',
38
-          },  
35
+          },
39 36
           {'url'  => 'about/contributors',
40 37
            'txt'  => 'Past Contributors',
41 38
           }]