File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<ul class =" card-text font-weight-light list-group list-group-flush" >
2
- {% assign education = entry [1] | sort: 'entry. start_date' | reverse %}
2
+ {% assign education = entry [1] | sort: 'start_date' | reverse %}
3
3
{% for content in education %}
4
4
<li class =" list-group-item" >
5
5
<div class =" row" >
Original file line number Diff line number Diff line change 1
1
<ul class =" card-text font-weight-light list-group list-group-flush" >
2
- {% assign publications = entry [1] | sort: 'entry. date' | reverse %}
2
+ {% assign publications = entry [1] | sort: 'date' | reverse %}
3
3
{% for content in publications %}
4
4
<li class =" list-group-item" >
5
5
<div class =" row" >
Original file line number Diff line number Diff line change 1
1
<ul class =" card-text font-weight-light list-group list-group-flush" >
2
- {% assign work = entry [1] | sort: 'entry. start_date' | reverse %}
2
+ {% assign work = entry [1] | sort: 'start_date' | reverse %}
3
3
{% for content in work %}
4
4
<li class =" list-group-item" >
5
5
<div class =" row" >
You can’t perform that action at this time.
0 commit comments