forked from autonomic-cooperative/sophie-lewis-hugo
writing: refactor and style books section
This commit is contained in:
@ -2,21 +2,7 @@
|
||||
<div id="writing-page" class="section writing">
|
||||
<div>
|
||||
{{ partial "essay-section" . }}
|
||||
<div class="flex-row-books">
|
||||
<div class="thead">BOOKS</div>
|
||||
{{ range .Params.Books }}
|
||||
<div class="book-cell">
|
||||
<h6>{{ .title }}</h6>
|
||||
<div class="book-cover">
|
||||
<a href={{ .path }}>
|
||||
<img src={{ .imgsrc }} alt={{ .title }}>
|
||||
</a>
|
||||
</div>
|
||||
<p class="book-stats"><i><a href={{ .path }}>Details</a></i></p>
|
||||
<p class="book-stats"><b>{{ .body }}</b></p>
|
||||
</div>
|
||||
{{ end}}
|
||||
</div>
|
||||
{{ partial "books-section" . }}
|
||||
<div class="writing-section">
|
||||
<div class="thead">COLLECTIVE WRITING</div>
|
||||
{{ range .Params.Collective }}
|
||||
|
Reference in New Issue
Block a user