[tor-commits] [webwml/master] Publish onion address in footer (fixes #23972)

hiro at torproject.org hiro at torproject.org
Wed Aug 22 07:10:08 UTC 2018


commit 0820bc349c9eb89c2d98184e58fa8428f490df75
Author: traumschule <traumschuleriebau at riseup.net>
Date:   Wed Aug 15 04:24:47 2018 +0200

    Publish onion address in footer (fixes #23972)
    
     - use spaces instead of tabs
---
 include/foot.wmi | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/include/foot.wmi b/include/foot.wmi
index a0a505af..3aa3db4c 100644
--- a/include/foot.wmi
+++ b/include/foot.wmi
@@ -2,10 +2,14 @@
 #use "functions.wmi"
 
     <div id="footer">
-    	<div class="onion"><img src="$(IMGROOT)/onion.jpg" alt="Tor"></div>
+      <div class="onion"><img src="$(IMGROOT)/onion.jpg" alt="Tor"></div>
       <div class="about">
     <p>Trademark, copyright notices, and rules for use by third parties can be found
     <a href="<page docs/trademark-faq>">in our FAQ</a>.</p>
+    <p>We offer an <a href="https://www.torproject.org/docs/hidden-services">onion service</a>
+       for this site: <a href="http://expyuzz4wqqyqhjn.onion/">expyuzz4wqqyqhjn.onion/</a>.<br/>
+       See <a href="https://onion.torproject.org">https://onion.torproject.org</a> for all
+       torproject.org onion addresses.</p>
 <!--
         # This will grab the date from svn info/git
         # REQUIRES svn or git for this to work
@@ -30,7 +34,7 @@
       </div>
       <!-- END ABOUT -->
       <div class="col first">
-      	<h4>About Tor</h4>
+       <h4>About Tor</h4>
         <ul>
           <li><a href="<page about/overview>">What Tor Does</a></li>
           <li><a href="<page about/torusers>">Users of Tor</a></li>
@@ -41,7 +45,7 @@
       </div>
       <!-- END COL -->
       <div class="col">
-      	<h4>Get Involved</h4>
+        <h4>Get Involved</h4>
         <ul>
           <li><a href="<page donate/donate-foot>">Donate</a></li>
           <li><a href="<page docs/documentation>#MailingLists">Mailing Lists</a></li>
@@ -52,7 +56,7 @@
       </div>
       <!-- END COL -->
       <div class="col">
-      	<h4>Documentation</h4>
+        <h4>Documentation</h4>
         <ul>
           <li><a href="<page docs/tor-manual>">Manuals</a></li>
           <li><a href="<page docs/documentation>">Installation Guides</a></li>



More information about the tor-commits mailing list