Skip to content

Fix: Align imported steps' `date` with `dt-published`

Jamie Tanna requested to merge defect/publish-dates into master

As noticed in #736 (closed), the dates were rendering wrongly, although they seemed to be in the right order. This was due to me not having the Hugo specific date ($.date) and the MF2 date ($.properties.published[0]) the same.

Closes #736 (closed).

Merge request reports