fix: citations, TV views
This commit is contained in:
parent
0e396ed69d
commit
3374a5ea2a
5 changed files with 61 additions and 51 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue