hugo-bearcub/layouts/page/presentation.html

6 lines
137 B
HTML
Raw Normal View History

<ul>
2026-08-14 23:11:44 -04:00
{{ range sort hugo.Data.presentations "date" }}
<li><a href={{ .link }}>{{ .title }} ({{ .author }})</a></li>
{{ end }}
</ul>