link to the blog from the navigation pages too
Roger Dingledine

Roger Dingledine commited on 2008-02-28 04:43:50
Zeige 3 geänderte Dateien mit 4 Einfügungen und 1 Löschungen.

... ...
@@ -102,7 +102,7 @@ doesn't require any account):<br />
102 102
 <a id="wire"></a>
103 103
 <h3><a class="anchor" href="#wire">Wire Transfers</a></h3>
104 104
 <p>We're happy to accept wire transfers over US$100.  If you are located
105
-in Europe, <a href=="#eurobank">please see below</a>.
105
+in Europe, <a href="#eurobank">please see below</a>.
106 106
 
107 107
 <p>
108 108
 Organization Address:<br />
... ...
@@ -12,6 +12,7 @@
12 12
 		'documentation'		, 'Docs',
13 13
 		'volunteer'		, 'Volunteer',
14 14
 		'people'		, 'People',
15
+		'https://blog.torproject.org/', 'Blog',
15 16
 		'donate'		, 'Donate!',
16 17
 	);
17 18
 :>
... ...
@@ -44,6 +44,8 @@
44 44
 	        if (-e "$(DOCROOT)/$(LANG)/$key.wml") {
45 45
 	          printf '<a href="%s">%s</a>'."\n",
46 46
 	                 stripDotSlashs("$(DOCROOT)/$key.html.$(LANG)"), $navigation{$key};
47
+	        } elsif ($key =~ /^http/) {
48
+	          printf '<a href="%s">%s</a>'."\n", $key, $navigation{$key};
47 49
 	        } else {
48 50
 	          printf '<a href="%s">%s</a>'."\n",
49 51
 	                 stripDotSlashs("$(DOCROOT)/$key.html"), $navigation{$key};
50 52