commit 00321643e625a68537de841036c4628301692e56 Author: HackerNCoder hackerncoder@encryptionin.space Date: Tue Oct 19 18:38:21 2021 +0000
Or maybe not as working as I intended --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index 15e0717..5244040 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -38,7 +38,7 @@ <div class="col-1 px-0"></div> <div class="col-lg-4 col-md-4 col-10 pt-0 px-0 illo-container position-relative"> <picture class="banner-img-style"> - {% set image = '/static/css/images/home/png/yec-activist-' + this.locale + '@3x.png' %} + {% set image = '/static/css/images/home/png/yec-activist-' + this.alt + '@3x.png' %} <source srcset="{{ image|asseturl }}"> <img src="{{ '/static/css/images/home/png/yec-activist-en@3x.png'|asseturl }}"> </picture>
tor-commits@lists.torproject.org