improvements

This commit is contained in:
Ben Goldsworthy 2023-05-19 21:50:50 -06:00
parent 7a8735994f
commit 879c557a31
2 changed files with 9 additions and 1 deletions

View File

@ -20,3 +20,11 @@ table {
border: 1px solid $dark;
}
}
td[colspan] {
text-align: center;
& h3 {
font-weight: bold;
}
}

View File

@ -23,7 +23,7 @@
</td>
<td>
<p class="year">{{- index . "Year Published" -}}
{{- if ( and ( ne ( index . "Original Publication Year" ) "" ) ( ne ( index . "Original Publication Year" ) ( index . "Year Published" ) ) ) -}}
{{- if ( and ( ne ( index . "Original Publication Year" ) "" ) ( ne ( index . "Original Publication Year" ) ( index . "Year Published" ) ) ( ne ( index . "Original Publication Year" ) nil ) ) -}}
&nbsp;<span class="year--original">(orig.&nbsp;{{ index . "Original Publication Year" }})</span>
{{- end -}}
</td>