tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

layout.html (149B)


      1 {% extends "!layout.html" %}
      2  {% block footer %} {{ super() }}
      3 
      4  <style>
      5         .wy-nav-content { max-width: none; }
      6  </style>
      7 
      8 {% endblock %}