From 4efaaa8232fbffdc40603e8d35cddd82c9149fe6 Mon Sep 17 00:00:00 2001 From: m Date: Mon, 3 Jun 2013 11:07:35 -0500 Subject: [PATCH] Add a Pro Tip to docs about front matter variables being optional --- site/docs/frontmatter.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/docs/frontmatter.md b/site/docs/frontmatter.md index 6e98b650..d2848915 100644 --- a/site/docs/frontmatter.md +++ b/site/docs/frontmatter.md @@ -34,6 +34,16 @@ relies on.

+
+
ProTip™: Front Matter Variables Are Optional
+

+ If you want to use Liquid tags and variables but + don't need anything in your front-matter, just leave it empty! The set of + triple-dashed lines with nothing in between will still get Jekyll to process + your file. (This is useful for things like CSS and RSS feeds!) +

+
+ ## Predefined Global Variables There are a number of predefined global variables that you can set in the