From ee3c562783b06f50506ad24bb28c9ae45cdacd1a Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 12 Aug 2010 13:45:53 -0700 Subject: [PATCH] Migrated from liquid-for-programmers v2 --- Liquid-for-Programmers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Programmers.textile b/Liquid-for-Programmers.textile index c163e13..c810fec 100644 --- a/Liquid-for-Programmers.textile +++ b/Liquid-for-Programmers.textile @@ -1,7 +1,7 @@ h2. First steps Its very simple to get started with liquid. A liquid template is rendered in two steps: Parse and Render. -For an overview of the liquid syntax please go to [[Home]]. +For an overview of the liquid syntax please read [[Liquid for Designers]].

   @template = Liquid::Template.parse("hi {{name}}") # Parses and compiles the template