AlexSelimov.com/layouts/shortcodes/presentations.html

7 lines
202 B
HTML
Raw Permalink Normal View History

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