AlexSelimov.com/layouts/page/presentation.html

5 lines
138 B
HTML

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