File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ <h6 class="card-subtitle mb-2 text-muted">
3636 < a href ="{{ proj-url }} "> Read more »</ a >
3737 {% endif %}
3838 </ div >
39- <!-- {% if project.people %}-->
40- <!-- <div class="card-footer d-flex flex-row flex-wrap justify-content-center">-- >
41- <!-- {% for uname in project.people %}-->
42- <!-- <div>-- >
43- <!-- {% assign person = site.data.people[uname] %}-->
44- <!-- {% include person-image.html person=person %}-->
45- <!-- </div>-- >
46- <!-- {% endfor %}-->
47- <!-- </div>-- >
48- <!-- {% endif %}-->
39+ {% if project.people %}
40+ < div class ="card-footer d-flex flex-row flex-wrap justify-content-center ">
41+ {% for uname in project.people %}
42+ < div >
43+ {% assign person = site.data.people[uname] %}
44+ {% include person-image.html person=person %}
45+ </ div >
46+ {% endfor %}
47+ </ div >
48+ {% endif %}
4949</ div >
You can’t perform that action at this time.
0 commit comments