File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3
3
# plumbing jobs into team's blog posts
4
4
---
5
5
iOS :
6
- # the category in Lever
7
- lever : ' iOS'
6
+ lever : ' Mobile'
8
7
9
8
Android :
10
- lever : ' Android '
9
+ lever : ' Mobile '
11
10
12
11
Data Science :
13
- lever : ' Data Science - San Francisco '
12
+ lever : ' Data Science'
14
13
15
14
Core Platform :
16
15
lever : ' Core Platform'
17
16
18
17
Data Engineering :
19
- # No clue why these jobs are grouped with Core Platform in Lever, but not
20
- # really important to fix at the moment
21
- lever : ' Core Platform'
18
+ lever : ' Data Engineering'
22
19
23
20
Core Infrastructure :
24
21
lever : ' Core Infrastructure'
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ <h5 class="mb-3">Related Jobs
13
13
<!--
14
14
window . onload = ( ) => {
15
15
renderJobs ( document . getElementById ( 'jobs' ) , "{{ site.data.teams[page.team].lever }}" , 4 ) ;
16
+ // Always include some Engineering jobs if we have any general ones
17
+ renderJobs ( document . getElementById ( 'jobs' ) , "{{ site.data.teams['Engineering'].lever }}" , 2 ) ;
16
18
} ;
17
19
-->
18
20
</ script >
You can’t perform that action at this time.
0 commit comments