Fix typo in 02-liquid.md (#8637)

This commit is contained in:
Nick Coish 2021-05-14 15:11:29 -04:00 committed by GitHub
parent 47a17e2cab
commit 8940ad65b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ For example, {% raw %}`{{ page.title }}`{% endraw %} displays the `page.title` v
## Tags
Tags define the logic and control flow for templates. Use curly
braces and percent signs for objects: {% raw %}`{%`{% endraw %} and
braces and percent signs for tags: {% raw %}`{%`{% endraw %} and
{% raw %}`%}`{% endraw %}.
For example:
@ -98,4 +98,4 @@ When you reload your browser, you should see `hello world!`.
Much of Jekyll's power comes from combining Liquid with other features. Add frontmatter to pages to make Jekyll process the Liquid on those pages.
Next, you'll learn more about frontmatter.
Next, you'll learn more about frontmatter.