hugo-bearcub/layouts/shortcodes/presentations.html

7 lines
201 B
HTML
Raw Normal View History

<ul>
2026-08-14 23:11:44 -04:00
{{ range hugo.Data.presentations }}
<li>{{ .authors }} ({{ .date }}) {{ .title }}. {{ .conference }} {{ with .link }}
<a href={{ . }}>[Link]</a>{{ end }}</li>
{{ end }}
</ul>