Skip to content

Commit

Permalink
display talks in reversed order
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris committed Sep 7, 2024
1 parent 7b687c0 commit 38cddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ Publications

Talks
======
<ul>{% for post in site.talks %}
<ul>{% for post in site.talks reversed %}
{% include archive-single-talk-cv.html %}
{% endfor %}</ul>

0 comments on commit 38cddc1

Please sign in to comment.