Skip to content

Commit d3673bf

Browse files
committed
Remove sorting of publications
1 parent d287140 commit d3673bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/publications.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<section id="publications">
1010
<div class="container text-justify">
1111
<h2>Publications</h2>
12-
{% assign papers = site.data.publications.papers | sort: 'year' | reverse %}
12+
{% assign papers = site.data.publications.papers %}
1313
{% for paper in papers%}
1414
{% assign link = paper.link | strip_newlines %}
1515
<div class="row">
@@ -31,4 +31,4 @@ <h5><a href="{{ link }}" alt="Link to publication" target="_blank">{{ paper.titl
3131
</div>
3232
{% endfor %}
3333
</div>
34-
</section>
34+
</section>

0 commit comments

Comments
 (0)