clarified front matter requirement (#7234)

Merge pull request 7234
This commit is contained in:
Stephen Weiss 2018-09-09 16:27:02 -05:00 committed by jekyllbot
parent 874ec5c3e2
commit d6c1216244
1 changed files with 5 additions and 1 deletions

View File

@ -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.