File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
themes/wowchemy-hugo-modules/wowchemy/layouts/partials/widgets Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ profile: false
9
9
# Highlight the author in author lists? (true/false)
10
10
highlight_name : true
11
11
12
+ weight : 2025
12
13
role : Master '25, ENKI WhiteHat
13
14
14
15
# Organizational groups that you belong to (for People widget)
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ title: HyungSeok Han
6
6
# superuser: true
7
7
profile : false
8
8
9
- role : Ph.D '23, Postdoc at Georgia Tech
9
+ role : Ph.D '23, Samsung Research America
10
10
11
11
# Highlight the author in author lists? (true/false)
12
12
highlight_name : true
13
+ weight : 2023
13
14
14
15
# Organizational groups that you belong to (for People widget)
15
16
# Set this to `[]` or comment out if you are not using People widget.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ role: Master '21, Theori
11
11
12
12
# Highlight the author in author lists? (true/false)
13
13
highlight_name : true
14
+ weight : 2021
14
15
15
16
# Organizational groups that you belong to (for People widget)
16
17
# Set this to `[]` or comment out if you are not using People widget.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ title: Wonyoung Jung
7
7
profile : false
8
8
9
9
role : Master '24, 78ResearchLab
10
+ weight : 2024
10
11
11
12
# Highlight the author in author lists? (true/false)
12
13
highlight_name : true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>{{ . | markdownify | emojify }}</h1>
23
23
{{ end }}
24
24
25
25
{{ range $page.Params.content.user_groups }}
26
- {{ $query := where (where site.Pages "Section" "authors") ".Params.user_groups" "intersect" (slice .) }}
26
+ {{ $query := sort ( where (where site.Pages "Section" "authors") ".Params.user_groups" "intersect" (slice .)) "Params.weight" "desc" }}
27
27
28
28
{{if $query}}
29
29
< div class ="col-md-12 ">
You can’t perform that action at this time.
0 commit comments