From 07d87b2cc041bd2f50f1d3b1370f06412d5d5310 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Fri, 10 May 2013 08:53:47 -0700 Subject: [PATCH 1/4] Changed link to liquid, was going to a dead link and it really bothered me. --- site/_posts/2012-07-01-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-templates.md b/site/_posts/2012-07-01-templates.md index 8519090a..349bc38c 100644 --- a/site/_posts/2012-07-01-templates.md +++ b/site/_posts/2012-07-01-templates.md @@ -5,7 +5,7 @@ prev_section: migrations next_section: permalinks --- -Jekyll uses the [Liquid](http://www.liquidmarkup.org/) templating language to +Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to process templates. All of the [standard Liquid tags and filters](http://wiki.github.com/shopify/liquid/liquid-for-designers) are supported, Jekyll even adds a few handy filters and tags of its own to make From 7a2a9d36a7625a0ac1620a8d4363e84e8a96dc27 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Fri, 10 May 2013 08:59:56 -0700 Subject: [PATCH 2/4] Corrected additional liquid link on the Welcome page. --- site/_posts/2012-07-01-home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-home.md b/site/_posts/2012-07-01-home.md index b6aaa048..41fb5fda 100644 --- a/site/_posts/2012-07-01-home.md +++ b/site/_posts/2012-07-01-home.md @@ -15,7 +15,8 @@ development of Jekyll itself. Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through [Markdown](http://daringfireball.net/projects/markdown/) (or -[Textile](http://textile.sitemonks.com/)) and [Liquid](http://liquidmarkup.org/) +[Textile](http://textile.sitemonks.com/)) and +[Liquid](http://wiki.shopify.com/Liquid) converters, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind [GitHub Pages](http://pages.github.com), which means you can use Jekyll From 29c165ef4c1547cc06448d75d66dfb8d8e728665 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Fri, 10 May 2013 09:13:18 -0700 Subject: [PATCH 3/4] Changed the liquid link in posts. --- site/_posts/2012-07-01-posts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-posts.md b/site/_posts/2012-07-01-posts.md index 80f6256e..f0712915 100644 --- a/site/_posts/2012-07-01-posts.md +++ b/site/_posts/2012-07-01-posts.md @@ -95,7 +95,7 @@ Linking to a PDF for readers to download: It’s all well and good to have posts in a folder, but a blog is no use unless you have a list of posts somewhere. Creating an index of posts on another page (or in a [template](../templates)) is easy, thanks to the [Liquid template -language](http://liquidmarkup.org/) and its tags. Here’s a basic example of how +language](http://wiki.shopify.com/Liquid) and its tags. Here’s a basic example of how to create a list of links to your blog posts: {% highlight html %} From 59f2a41ced0aea86c02c1ddeddb6567756034d32 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Fri, 10 May 2013 09:15:56 -0700 Subject: [PATCH 4/4] Changed liquid link of the homepage. --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 0fd8317d..b01aea28 100644 --- a/site/index.html +++ b/site/index.html @@ -22,7 +22,7 @@ overview: true