File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,22 @@ keywords:
1212- query
1313- compiler
1414- performance
15- - scaleup
15+ - analytics
16+ - warehouse
17+ - database
18+ - OLAP
19+ - AP
20+ - rust
21+ - jit
22+ - engineering
23+ - modern
24+ - high-performance
25+ - data-analysis
26+ - data-warehouse
27+ - rust-lang
28+ - scale-up
29+ - scale-out
30+ - data-infrastructure
1631
1732highlighter : rouge
1833baseurl :
Original file line number Diff line number Diff line change 55< div class ="col-md-9 offset-md-3 ">
66
77 < div class ="text-center ">
8- {% for post in site.thisweek limit:10 %}
9- < p > < a href ="{{ site.baseurl}}{{ post.url }} "> {{ post.title }}, {{ post.date | date: "%B %-d, %Y" }}</ a >
8+ {% assign items = site.thisweek | sort: 'date' %}
9+ {% for item in items limit:10 %}
10+ < p > < a href ="{{ site.baseurl}}{{ item.url }} "> {{ item.title }}, {{ item.date | date: "%B %-d, %Y" }}</ a >
1011 </ p >
1112 {% endfor %}
1213 </ div >
You can’t perform that action at this time.
0 commit comments