From 100663667203293f96237ad643ed03ff3fe699a2 Mon Sep 17 00:00:00 2001 From: ncardozo Date: Fri, 25 Oct 2024 12:03:41 -0500 Subject: [PATCH] adding latest last Signed-off-by: ncardozo --- _includes/theses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/theses.html b/_includes/theses.html index 5f3b9294..30bc879c 100644 --- a/_includes/theses.html +++ b/_includes/theses.html @@ -4,7 +4,7 @@ {% assign master_there = false %} {% assign year = site.time | date: '%Y' | plus: 0 %} {% assign sortedTopics = site.thesistopics | sort: 'level' | sort: 'period' %} - {% for entry in sortedTopics %} + {% for entry in sortedTopics reversed %} {% assign file_name = entry.file %} {% if entry.period >= year %}