This repository has been archived on 2023-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sophie-lewis-hugo/layouts/writing/list.html
T

10 lines
265 B
HTML

{{ define "main"}}
<div id="writing-page" class="section writing">
<div>
{{ partial "essay-section" . }}
{{ partial "books-section" . }}
{{ partial "collective-section" . }}
{{ partial "accordion-script"}}
</div>
</div>
{{ end }}