[tor-commits] [tpo/master] add people's picture

hiro at torproject.org hiro at torproject.org
Tue Mar 5 15:42:15 UTC 2019


commit 0ea730853166e624fd6fc820046317b3cc731ad7
Author: Antonela <hola at antonela.me>
Date:   Mon Mar 4 14:53:35 2019 -0300

    add people's picture
---
 templates/macros/people.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/macros/people.html b/templates/macros/people.html
index 31a74bd..7d48795 100644
--- a/templates/macros/people.html
+++ b/templates/macros/people.html
@@ -15,8 +15,7 @@
   <div class="col-md-3 col-xl-2 my-3">
     <div class="card h-100">
       <div class="card-header bg-white border-0">
-      <!--img src="{{ item.picture }}" class="rounded float-left" alt="{{ item.nickname }}"/-->
-        <img src="https://via.placeholder.com/100" class="rounded-circle float-left" alt="{{ item.nickname }}"/>
+        <img src="{{ item.picture }}" class="rounded-circle float-left" alt="{{ item.nickname }}">
         <a class="float-right py-4 px-2" href="https://twitter.com/{{ item.twitter_handle }}"><i class="fab fa-twitter"></i></a>
         <a class="float-right py-4 px-2" href="#"><i class="fas fa-key"></i></a>
       </div>





More information about the tor-commits mailing list