From d6c1216244b2213194c9483e4f3358a4cbb90f3d Mon Sep 17 00:00:00 2001 From: Stephen Weiss <39878535+stephencweiss@users.noreply.github.com> Date: Sun, 9 Sep 2018 16:27:02 -0500 Subject: [PATCH] clarified front matter requirement (#7234) Merge pull request 7234 --- docs/_docs/step-by-step/02-liquid.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_docs/step-by-step/02-liquid.md b/docs/_docs/step-by-step/02-liquid.md index 56051b4c..1c3ad02c 100644 --- a/docs/_docs/step-by-step/02-liquid.md +++ b/docs/_docs/step-by-step/02-liquid.md @@ -67,4 +67,8 @@ Now it's your turn, change the Hello World! on your page to output as lowercase: {% endraw %} It may not seem like it now, but much of Jekyll's power comes from combining -Liquid with other features. Let's keep going. +Liquid with other features. + +In order to see the changes from `downcase` Liquid filter, we will need to add front matter. + +That's next. Let's keep going.