Donate page "About" and "Contact" links broken
From https://www.torproject.org/donate/donate.html.en, the "About" and "Contact" links in the header return a 404.
Happy to submit a patch; I guess this needs to be updated in `include/donatehead.wmi`:
```
<li><a href="<page index>/about">About</a></li>
<li><a href="<page index>/contact">Contact</a></li>
```
... just not sure to what since I haven't looked around the website code.
issue