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

12 lines
208 B
HTML
Raw Normal View History

2025-01-04 20:19:12 +00:00
{{- with .date_started -}}
{{- time.Format "Jan 2, 2006" . -}}
2025-01-04 20:19:12 +00:00
{{- else -}}
Unknown
{{- end }}
to<br />
{{ with .date_finished -}}
{{- time.Format "Jan 2, 2006" . -}}
2025-01-04 20:19:12 +00:00
{{- else -}}
Unknown
2025-01-04 20:19:12 +00:00
{{- end -}}