writing: style collective section and refactor
This commit is contained in:
@ -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 }}
|
||||
Reference in New Issue
Block a user