fix: citations, TV views

This commit is contained in:
Ben Goldsworthy 2025-02-23 01:27:07 +01:00
parent 0e396ed69d
commit 3374a5ea2a
No known key found for this signature in database
5 changed files with 61 additions and 51 deletions

View file

@ -1,11 +1,10 @@
{{- with .date_started -}}
{{- time.Format "Jan 2, 2006" . -}}
{{ if not $.date_finished }}Since{{ end }}
{{ time.Format "Jan 2, 2006" . -}}
{{- else -}}
Unknown
{{- end }}
to<br />
{{ with .date_finished -}}
{{- time.Format "Jan 2, 2006" . -}}
{{- else -}}
Unknown
{{- with .date_finished }}
to
{{ time.Format "Jan 2, 2006" . -}}
{{- end -}}