Cataloguer/layouts/partials/books/rows/read-dates.html

10 lines
224 B
HTML

{{- with .date_started -}}
{{ if not $.date_finished }}Since{{ end }}
{{ time.Format "Jan 2, 2006" . -}}
{{- else -}}
Unknown
{{- end }}
{{- with .date_finished }}
to
{{ time.Format "Jan 2, 2006" . -}}
{{- end -}}