I want my posts to be the same date. So I put the following in my _config.yml
file:
defaults:
-
scope:
path: ""
type: "post"
values:
layout: "post"
date: "31.05.2014"
When I build the site, all posts get post layout, but instead of the date specified in front matter defaults, I get the date specified in the names of the posts initially. Although when I add the date manually to the front matter of each post, it works.
So any idea whether the date can be set in front matter defaults or not? If yes, how can I do it?
2014-05-19 08:55:27
? edit: Can't get it to work myself, sorry. :/ – kleinfreund