mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
All docs stored in _docs inherit from docs layout All news items stored in _posts inherit from news-item layout
583 B
583 B
title, date, author, version, categories
| title | date | author | version | categories | |
|---|---|---|---|---|---|
| Jekyll 3.0.2 Released | 2016-01-20 14:08:18 -0800 | parkr | 3.0.2 |
|
A crucial bug was found in v3.0.1 which caused invalid post dates to go
unnoticed in the build chain until the error that popped up was unhelpful.
v3.0.2 throws errors as you'd expect
when there is a post like _posts/2016-22-01-future.md or a post has an
invalid date like date: "tuesday" in their front matter.
This should make the experience of working with Jekyll just a little better.
Happy Jekylling!