Skip to content

Commit 1006636

Browse files
committed
adding latest last
Signed-off-by: ncardozo <n.cardozo@uniandes.edu.co>
1 parent b157a2d commit 1006636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/theses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% assign master_there = false %}
55
{% assign year = site.time | date: '%Y' | plus: 0 %}
66
{% assign sortedTopics = site.thesistopics | sort: 'level' | sort: 'period' %}
7-
{% for entry in sortedTopics %}
7+
{% for entry in sortedTopics reversed %}
88
{% assign file_name = entry.file %}
99
{% if entry.period >= year %}
1010
<tr>

0 commit comments

Comments
 (0)