commit 7e1ed96141792ccaff25ff69e0a74fedadd2ecc2 Author: Damian Johnson atagar@torproject.org Date: Sat Dec 6 14:47:19 2014 -0800
Noting list and irc in contact menu
I'd rather if people use tor-dev@ rather than contacting me directly, but on the other hand having a direct contact link lowers the bar for people to reach out. Changing the menu to subtly encourage the former. --- docs/_templates/layout.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 450bb4f..3884fc0 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -53,7 +53,13 @@ <li><a href="{{ pathto('download') }}">Download</a></li> </ul> </li> - <li><a href="https://www.atagar.com/contact/">Contact</a></li> + <li><a href="{{ pathto('faq') }}#where-can-i-get-help">Contact</a> + <ul> + <li><a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev">Email List</a></li> + <li><a href="https://www.torproject.org/about/contact.html.en#irc">IRC</a></li> + <li><a href="https://www.atagar.com/contact/">Author</a></li> + </ul> + </li> </ul>
{%- block haikurel2 %}
tor-commits@lists.torproject.org