Files
jekyll/docs/_posts/2014-07-29-jekyll-2-2-0-released.markdown
Frank Taillandier 74e6ef83c9 Use defaults in config
All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout
2017-01-09 21:10:24 +01:00

540 B

title, date, author, version, categories
title date author version categories
Jekyll 2.2.0 Released 2014-07-29 18:59:13 -0400 parkr 2.2.0
release

Jekyll 2.2.0 contains a few key updates:

  1. A warning will now fire if you specify a layout in any of your pages or posts that doesn't exist.
  2. Certain Pygments options are now whitelisted in safe mode
  3. Categories in a post's path are now respected (i.e. folders in _posts will now work properly).

As always, a full list of the updates are on the history page. Happy Jekylling!