Move basic Tor info to sidebar.

This commit is contained in:
James Valleroy 2014-10-11 15:34:10 -04:00 committed by Sunil Mohan Adapa
parent 94040e402a
commit 25c4e292a6

View File

@ -20,13 +20,6 @@
{% block main_block %}
<p>Tor is an anonymous communication system. You can learn more about
it from the <a href="https://www.torproject.org/">Tor Project</a>
website. For best protection when web surfing, the Tor Project
recommends that you use
the <a href="https://www.torproject.org/download/download-easy.html.en">Tor
Browser Bundle</a>.</p>
<p>A Tor SOCKS port is available on your FreedomBox on TCP port
9050.</p>
@ -52,3 +45,20 @@ port-forwarded, if necessary:</p>
{% endif %}
{% endblock %}
{% block sidebar_right_block %}
<div class="well sidebar-nav">
<h3>Tor</h3>
<p>Tor is an anonymous communication system. You can learn more about
it from the <a href="https://www.torproject.org/">Tor Project</a>
website. For best protection when web surfing, the Tor Project
recommends that you use
the <a href="https://www.torproject.org/download/download-easy.html.en">Tor
Browser Bundle</a>.</p>
</div>
{% endblock %}