Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Bell
srctweb
Commits
e08ef69d
Commit
e08ef69d
authored
Mar 31, 2018
by
Daniel W Bond
Browse files
remove faculty advisor from list of developers
parent
b8900bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/_pages/people.html
View file @
e08ef69d
...
...
@@ -48,7 +48,7 @@ permalink: /people/
</thead>
<tbody>
{% for member in site.data.people %}
{% if member.alum == false %}
{% if member.alum == false
and member.exec.position != 'Faculty Advisor'
%}
<tr>
<td><img
class=
"member-image"
src=
"{{ member.email | get_gravatar }}"
alt=
"gravatar image"
></td>
<td
class=
"align-middle"
>
{{ member.name }}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment