From a1ea8b9798af3f1b81abbdc805319a72f17ca549 Mon Sep 17 00:00:00 2001 From: Joseph Anderson Date: Fri, 16 Jan 2015 15:58:21 -0800 Subject: [PATCH] Added versioning comment to configuration file # previously `post` in Jekyll 2.2. --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index ad34fb68..67dd25d4 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -388,7 +388,7 @@ defaults: - scope: path: "projects" - type: "pages" + type: "pages" # previously `page` in Jekyll 2.2. values: layout: "project" # overrides previous default layout author: "Mr. Hyde"