sorted articles by date

This commit is contained in:
2024-09-23 22:48:38 -07:00
parent be1835b212
commit ff552f44b1
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$if(publications)$
$for(publications)$
<li>
<a href="$url$">$title$</a> - $published$
<a href="$url$">$title$</a> - $parsed-date$
</li>
$endfor$
$endif$