hugo-bearcub/layouts/shortcodes/presentations.html

6 lines
201 B
HTML

<ul>
{{ range hugo.Data.presentations }}
<li>{{ .authors }} ({{ .date }}) {{ .title }}. {{ .conference }} {{ with .link }}
<a href={{ . }}>[Link]</a>{{ end }}</li>
{{ end }}
</ul>