If have date = "2006-01-02"
in my default.md
archetype and run hugo new post blah.md
, the resulting file will still get a full datetime value inserted into the date field: date = "2016-05-25T13:43:14-05:00"
.
Is there a format I can use in my archetype such that when I run hugo new...
, the resulting file only shows the date and not the time?
I searched around but couldn’t find an answer for that.
Thanks!