halogenica/beautifulhugo

Date not showing?

dustinsummers opened this issue · 3 comments

I noticed that when I upgraded to HUGO Version 0.96.0 that the "dates" field stopped working for my posts? It's just empty. Not sure if you all are aware of this issue?

Thanks, and let me know if there is anything I can do to assist.

The way Hugo is handling dates evolved and a fix is pending for review, see #415

I did some tests with different Hugo versions:

  • with Hugo extended v0.71: dates are replaced by map[Count:March 20, 2017]
  • with Hugo extended v0.96.0: dates are correctly shown, at least in english. Example: "Posted on March 20, 2017"

@dustinsummers Can you provide details / a link to a public repo?

Related: #310