feat: custom sections, TV series section, fix table wrapping

This commit is contained in:
Ben Goldsworthy 2025-01-12 15:52:54 +01:00
parent 995a539fa9
commit 39c64bf51a
No known key found for this signature in database
17 changed files with 402 additions and 204 deletions

View file

@ -1,9 +1,11 @@
{{- with .date_started -}}
{{- time.Format "Jan 2, 2006" . -}}
{{- time.Format "Jan 2, 2006" . -}}
{{- else -}}
Unknown
{{- end -}}–{{- with .date_finished -}}
{{- time.Format "Jan 2, 2006" . -}}
Unknown
{{- end }}
to<br />
{{ with .date_finished -}}
{{- time.Format "Jan 2, 2006" . -}}
{{- else -}}
Unknown
Unknown
{{- end -}}