6 lines
227 B
HTML
6 lines
227 B
HTML
|
<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 }}
|