hugo-bearcub/layouts/page/presentation.html
Alex Selimov ef8f417c6c
Some checks failed
github pages / deploy (push) Failing after 2s
Updates migrating previous theme to hugo-bearcub
2026-03-02 19:38:07 -05:00

5 lines
138 B
HTML

<ul>
{{ range sort .Site.Data.presentations "date" }}
<li><a href={{ .link }}>{{ .title }} ({{ .author }})</a></li>
{{ end }}
</ul>