From 4b5c10bad32104bb889d80acb24492d8bac96929 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Mon, 11 Jul 2016 22:29:18 +0200 Subject: [PATCH] Typo --- _posts/2011-12-29-jekyll-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2011-12-29-jekyll-introduction.md b/_posts/2011-12-29-jekyll-introduction.md index 67ae743c26..f71ec5cba8 100644 --- a/_posts/2011-12-29-jekyll-introduction.md +++ b/_posts/2011-12-29-jekyll-introduction.md @@ -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.