Skip to content

Commit c900275

Browse files
committed
fix: show engineers again
1 parent 0e82a41 commit c900275

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ permalink: /blog/:year/:month/:day/:title.html
1313
roles:
1414
- key: faculty
1515
name: Faculty
16-
# - key: staff
17-
# name: Staff
1816
# - key: postdoc
1917
# name: Researchers
2018
- key: grad
2119
name: Graduate Students
20+
- key: engineer
21+
name: Research Engineers
2222
# - key: ugrad
2323
# name: Undergraduate Students
2424
# - key: ugrad-alum

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
- roles: [grad]
1212
width: 8
1313
image: true
14-
- - roles: [engineer]
14+
- roles: [engineer]
1515
width: 4
1616
image: true
17-
#- - roles: [collab, ugrad, ugrad-alum]
18-
# width: 5
19-
# image: false
20-
- roles: [alum]
17+
- - roles: [alum]
2118
width: 7
2219
image: false
20+
# - roles: [collab, ugrad, ugrad-alum]
21+
# width: 5
22+
# image: false
2323

2424
---
2525

people.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
title: People
44

55
picture-role-groups:
6-
- {roles: [faculty, postdoc], width: 4}
6+
- {roles: [faculty, postdoc, engineer], width: 4}
77
- {roles: [grad], width: 8}
8-
- {roles: [engineer], width: 4}
98

109
no-picture-role-groups:
1110
- {roles: [collab, ugrad, ugrad-alum], width: 5}

0 commit comments

Comments
 (0)