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

10 lines
215 B
HTML
Raw Normal View History

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