StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

Create New Posts_The Date Must Be 2020 #282

Closed Yifei-Yu-UTwente closed 2 years ago

Yifei-Yu-UTwente commented 2 years ago

I found one weird issue in the post heads:


layout: post title: "Welcome on Board!" date: 2020-12-23 08:00:00 -0400 background: '/img/New_Homepage.jpg'

Where the date must be the year 2020, otherwise it does not comply. I wonder where can I modify it.

Thanks!

Amina-Delali commented 1 year ago

Hi. I had the same issue. I added the option: future: true in the _config.yml file.

Yifei-Yu-UTwente commented 1 year ago

Great! I noticed it as well. The time must not be in the future. Your solution is perfect. Thank you!