| Index: pages/team.tmpl |
| =================================================================== |
| --- a/pages/team.tmpl |
| +++ b/pages/team.tmpl |
| @@ -6,10 +6,11 @@ |
| {%- from "includes/globals" import people %} |
| -{%- macro profile(date, image, name, title, description) %} |
| +{%- macro profile(date, country, image, name, title, description) %} |
| <div class="profile column"> |
| <p> |
| <img class="profile-image" src="/images/people/{{image}}" width="120" height="120" alt=""/> |
| + <img class="country-image" src="/images/flags/{{country}}.png" width="30" height="30" alt=""/> |
| </p> |
| <h3 class="heading centered"><span>{{title}}</span></h3> |
| <h1>{{name}}</h1> |
| @@ -27,3 +28,5 @@ |
| {{profile(*person)}} |
| {%- endfor %} |
| </div> |
| + |
| +<!-- Flag icons: Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ --> |
|
Wladimir Palant
2014/04/29 18:19:53
"The above copyright notice and this permission no
Thomas Greiner
2014/04/30 14:13:59
This addition was approved by Kai beforehand altho
Felix Dahlke
2014/04/30 15:04:31
Why not just do what they ask for and include the
|