diff --git a/_includes/header.html b/_includes/header.html index 12db919d..7a53235a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,6 +10,7 @@
+ {{proj.description}} +
+ {% if proj.lead %} ++ Lead(s): + {% for lead in proj.lead %} + + {{lead.name}} + {% if forloop.last != true %},{% endif %} + {% endfor %} +
+ {% endif %} ++ {{proj.description}} +
+ {% if proj.lead %} ++ Lead(s): + {% for lead in proj.lead %} + + {{lead.name}} + {% if forloop.last != true %},{% endif %} + {% endfor %} +
+ {% endif %} +