writing: style collective section and refactor

This commit is contained in:
desmukh
2022-12-27 12:31:51 +05:00
parent d7ffb0f14e
commit 1fde55b59a
5 changed files with 35 additions and 12 deletions

View File

@ -3,16 +3,8 @@
<div>
{{ partial "essay-section" . }}
{{ partial "books-section" . }}
<div class="writing-section">
<div class="thead">COLLECTIVE WRITING</div>
{{ range .Params.Collective }}
<div class="writing-item">
<p><strong><a href={{ .url }}>{{ .title}}</a></strong>, {{ .blurb }} <em><a
href={{ .puburl}}>{{ .publication }}</a></em>.</p>
<p><i>Published in {{ .year }}</i></p>
</div>
{{ end }}
</div>
{{ partial "collective-section" . }}
{{ partial "accordion-script"}}
</div>
</div>
{{ end }}