commit 3b7add0533da45fd2e2bd1ac3c1068b5b2274daa Author: Antonela hola@antonela.me Date: Thu Dec 5 09:15:00 2019 -0300
Update h6 header to include portal and section
Fix https://dip.torproject.org/torproject/web/community/issues/38 --- templates/hero.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/hero.html b/templates/hero.html index 3a8f7c0..f02d70c 100644 --- a/templates/hero.html +++ b/templates/hero.html @@ -2,7 +2,7 @@ <div class="row"> <div class="col-12 content-center"> <div class="row"> - <h6 class="mx-auto text-white pt-3">{% block section %}{{ this.section }}{% endblock %}</h6> + <h6 class="mx-auto text-white pt-3">{{ _(Community) }}</h6> </div> <div class="row"> <h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
tor-commits@lists.torproject.org