Skip to content

Commit

Permalink
Merge pull request plusjade#318 from nhoizey/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
plusjade authored Jul 12, 2016
2 parents 0d2448a + 4b5c10b commit 9897c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2011-12-29-jekyll-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The following is an outline of how that's done:

3. **Jekyll liquifies posts and templates.**
Next jekyll loops through each post file and converts (through markdown or textile) and **liquifies** the post inside of its respective layout(s).
Once the post is parsed and liquified inside the the proper layout structure, the layout itself is "liquified".
Once the post is parsed and liquified inside the proper layout structure, the layout itself is "liquified".
**Liquification** is defined as follows: Jekyll initiates a Liquid template, and passes a simpler hash representation of the ruby site object as well as a simpler
hash representation of the ruby post object. These simplified data structures are what you have access to in the templates.

Expand Down

0 comments on commit 9897c9b

Please sign in to comment.