We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d287140 commit d3673bfCopy full SHA for d3673bf
pages/publications.html
@@ -9,7 +9,7 @@
9
<section id="publications">
10
<div class="container text-justify">
11
<h2>Publications</h2>
12
- {% assign papers = site.data.publications.papers | sort: 'year' | reverse %}
+ {% assign papers = site.data.publications.papers %}
13
{% for paper in papers%}
14
{% assign link = paper.link | strip_newlines %}
15
<div class="row">
@@ -31,4 +31,4 @@ <h5><a href="{{ link }}" alt="Link to publication" target="_blank">{{ paper.titl
31
</div>
32
{% endfor %}
33
34
-</section>
+</section>
0 commit comments