[tor-commits] [tpo/develop] Modify homepage to account for ltr locales
hiro at torproject.org
hiro at torproject.org
Tue Dec 10 11:53:47 UTC 2019
commit 5510c38e3ae8ed5843e1134921dd031877e09de0
Author: hiro <hiro at 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 %}
More information about the tor-commits
mailing list