[tor-commits] [lego/master] Apparantly, img also needs the class

kez at torproject.org kez at torproject.org
Mon Oct 25 00:10:56 UTC 2021


commit 830470bb71b9ff35f423e7925cf7c46b6c855374
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date:   Tue Oct 19 18:45:07 2021 +0000

    Apparantly, img also needs the class
---
 templates/banner.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/banner.html b/templates/banner.html
index 5244040..55e7fde 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -40,7 +40,7 @@
         <picture class="banner-img-style">
           {% 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 at 3x.png'|asseturl }}">
+	  <img class="banner-img-style" src="{{ '/static/css/images/home/png/yec-activist-en at 3x.png'|asseturl }}">
 	</picture>
       </div>
       <div class="col-1 px-0"></div>





More information about the tor-commits mailing list