From 267b8a037fde54c2ce4a0b7fe3e3208aa6cd8945 Mon Sep 17 00:00:00 2001
From: Parker Moore
Date: Wed, 30 Apr 2014 17:23:12 -0400
Subject: [PATCH] Add an 'unreleased' note above Front-matter defaults.
Fixes #2280.
---
site/docs/configuration.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/site/docs/configuration.md b/site/docs/configuration.md
index 9051104a..b93f973e 100644
--- a/site/docs/configuration.md
+++ b/site/docs/configuration.md
@@ -95,7 +95,7 @@ class="flag">flags (specified on the command-line) that control them.
environment variable, which Ruby uses to handle time and date
creation and manipulation. Any entry from the
IANA Time Zone
- Database is valid, e.g. America/New_York
. A list of all
+ Database is valid, e.g. America/New_York
. A list of all
available values can be found
here. The default is the local time zone, as set by your operating system.
@@ -278,6 +278,14 @@ before your site is served.
## Frontmatter defaults
+
+
You can set default values for your [YAML frontmatter](../frontmatter/) variables
in your configuration. This way, you can for example set default layouts or define
defaults for your custom variables. Of course, any variable actually specified in