update site code

This commit is contained in:
2023-09-05 17:27:19 -07:00
parent af31d25f52
commit 0d19f65c9c
7 changed files with 62 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
<ul>
$if(publications)$
$for(publications)$
<li>
<a href="$url$">$title$</a> - $published$
</li>
$endfor$
$endif$
</ul>