File tree 3 files changed +19
-5
lines changed
3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ position: Web, Rev
5
5
website : https://jamvie.net/
6
6
website_title : jamvie.net
7
7
layout : author
8
- captain : true
8
+ former_captain : true
9
9
---
10
10
Everything I learned about JS I learned against my will
Original file line number Diff line number Diff line change 1
1
---
2
2
short_name : vEvergarden
3
3
name : Kevin Liu
4
- position : Crypto
5
- website : https://kevinl10.github.io/
6
- website_title : kevinl10.github.io
4
+ position : Crypto, Misc
5
+ website : https://kevinliu.me
6
+ website_title : kevinliu.me
7
7
layout : author
8
+ captain : true
8
9
---
9
- Enjoys guessing crypto papers. Also trying to learn web .
10
+ Cryptography? I only know of crypto(currency) .
Original file line number Diff line number Diff line change 4
4
---
5
5
< h1 > Members</ h1 >
6
6
7
+ < ul >
8
+ {% for author in site.authors %}
9
+ {% if author.former_captain == true %}
10
+ < li >
11
+ < h2 > < a href ="{{ author.url }} "> {{ author.name }}</ a > </ h2 >
12
+ < h3 > Former Leader</ h3 >
13
+ < h3 > {{ author.position }}</ h3 >
14
+ < p > {{ author.content | markdownify }}</ p >
15
+ </ li >
16
+ {% endif %}
17
+ {% endfor %}
18
+ </ ul >
19
+
7
20
< ul >
8
21
{% for author in site.authors %}
9
22
{% if author.captain == true %}
You can’t perform that action at this time.
0 commit comments