sophie-lewis-hugo/layouts/partials/essay-accordion.html

6 lines
227 B
HTML
Raw Normal View History

<h2>{{ .year }}</h2>
{{ range where .essays "year" .year }}
<div class="writing-item">
<p>{{ .year }}. <a href={{ .url }}><strong>{{ .title }}</strong></a>, <em>{{ .publication }}</em>, {{ .date }}.</p>
</div>
{{ end }}