AlexSelimov.com/layouts/page/presentation.html

6 lines
138 B
HTML
Raw Normal View History

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