Skip to content

Commit d677192

Browse files
authored
Update members.md
1 parent ca5ca4e commit d677192

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

members.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,22 @@ members:
9696
- name: Daniel Seita
9797
photo_url: /img/people/Daniel_2023_square.png
9898
web_url: https://danielseita.github.io/
99+
100+
- name: Alumni
101+
web_url: https://zshanggu.github.io/zeyu-slurm-lab-usc.github.io/alumni/
99102
---
100103

101104
<div class="row">
102105
{% 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 %}
104111
{% for group in big_group.list %}
105112
{% if group.list.size > 0 %}
106113
{% if group.name %}
107-
<h2>{{ group.name }}</h2>
114+
<h2> {{ group.name }} </h2>
108115
{% endif %}
109116
{% if group.full %}
110117
<div class="row member-row">

0 commit comments

Comments
 (0)