commit 670f2c6d0e11db93df984756e39cd438277375ad Author: Antonela hola@antonela.me Date: Mon Apr 13 14:13:24 2020 -0300
Hide breadcrumbs
Related with https://gitlab.torproject.org/torproject/web/community/-/issues/68 --- templates/two-columns-page.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/templates/two-columns-page.html b/templates/two-columns-page.html index 637857f..c5c3757 100644 --- a/templates/two-columns-page.html +++ b/templates/two-columns-page.html @@ -1,9 +1,8 @@ - -{% include 'breadcrumb.html' %} +<!--{% include 'breadcrumb.html' %}-->
<div class="row"> {% include 'sidenav.html' %} - <div class="col-sm-12 col-xs-12 col-md-8 col-lg-8 pt-3 mr-auto {{ bag('alternatives', this.alt, 'order') }}"> + <div class="col-sm-12 col-xs-12 col-md-8 col-lg-8 pt-3 mt-5 mr-auto {{ bag('alternatives', this.alt, 'order') }}"> <div class="col-10"> {{ this.body }} </div>
tor-commits@lists.torproject.org