mirror of
https://github.com/torproject/lego.git
synced 2025-02-20 02:00:41 +00:00
Add locale direction to footer
This commit is contained in:
parent
b0a49dc23d
commit
d7f04b5060
@ -1,7 +1,8 @@
|
||||
{% if this.path == '/download' %}
|
||||
{% include 'download-android.html' %}
|
||||
{% endif %}
|
||||
<div class="container-fluid bg-dark footer onion-bg">
|
||||
{% set locale = bag('alternatives', this.alt) %}
|
||||
<div class="container-fluid bg-dark footer onion-bg {{ locale.order }} {{ locale.direction }}">
|
||||
<div class="row">
|
||||
<div class="col-12 d-flex justify-content-right">
|
||||
<div class="container pt-5 justify-content-right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user