File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,22 @@ members:
96
96
- name : Daniel Seita
97
97
photo_url : /img/people/Daniel_2023_square.png
98
98
web_url : https://danielseita.github.io/
99
+
100
+ - name : Alumni
101
+ web_url : https://zshanggu.github.io/zeyu-slurm-lab-usc.github.io/alumni/
99
102
---
100
103
101
104
<div class =" row " >
102
105
{% for big_group in page.members %}
103
- <h1 > {{big_group.name}} </h1 >
106
+ {% if big_group.web_url %}
107
+ <h1 > <a href =" {{big_group.web_url}} " > {{big_group.name}} </a ></h1 >
108
+ {% else %}
109
+ <h1 > {{big_group.name}} </h1 >
110
+ {% endif %}
104
111
{% for group in big_group.list %}
105
112
{% if group.list.size > 0 %}
106
113
{% if group.name %}
107
- <h2 >{{ group.name }}</h2 >
114
+ <h2 > {{ group.name }} </h2 >
108
115
{% endif %}
109
116
{% if group.full %}
110
117
<div class =" row member-row " >
You can’t perform that action at this time.
0 commit comments