20 lines
558 B
Markdown
20 lines
558 B
Markdown
---
|
|
layout: news_item
|
|
title: 'Jekyll 2.2.0 Released'
|
|
date: 2014-07-29 18:59:13 -0400
|
|
author: parkr
|
|
version: 2.2.0
|
|
categories: [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](/docs/history/#v2-2-0). Happy Jekylling!
|