From 1cb67932f6272f3817ff5e14570ea32fd4f3af6b Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Mon, 16 Sep 2013 15:46:15 +0200 Subject: [PATCH] fix minor docs quirk --- site/docs/configuration.md | 8 ++++---- site/docs/frontmatter.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 8f79d6c7..4105d184 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -102,10 +102,10 @@ class="flag">flags (specified on the command-line) that control them.

Defaults

-

- Set defaults for YAML frontmatter - variables. -

+

+ Set defaults for YAML frontmatter + variables. +

see below

diff --git a/site/docs/frontmatter.md b/site/docs/frontmatter.md index e47718ca..0d97a001 100644 --- a/site/docs/frontmatter.md +++ b/site/docs/frontmatter.md @@ -185,6 +185,6 @@ These are available out-of-the-box to be used in the front-matter for a post. If you don't want to repeat your frequently used front-matter variables over and over, just define defaults for them and only override them where necessary (or not at all). This works both for predefined - and custom variables . + and custom variables.