commit c280adbe4e53fc7feddebec89e2d56d5217787c6 Author: hiro hiro@torproject.org Date: Wed Nov 27 13:57:05 2019 +0100
Modify homepage to account for ltr locales --- lego | 2 +- templates/homepage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lego b/lego index 3409e3e..f9f1591 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 3409e3eebc2ffca079bf890b5ecb5add6fceccbc +Subproject commit f9f1591892c374ae037f442dad78e366abed4364 diff --git a/templates/homepage.html b/templates/homepage.html index 52e41a2..4eb22be 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -11,7 +11,7 @@ <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}"> {% include this.html %} {% if this.parent.path != "/download" %} - <div class="container pt-5 hero"> + <div class="container pt-5 hero {{ locale.order }} {{ locale.direction }}"> {% block body %}{% endblock %} </div> {% endif %}