From 43bd6940b7396c605339a996b398af95f8e4c08b Mon Sep 17 00:00:00 2001 From: vanpelt Date: Fri, 15 Oct 2010 13:48:36 -0700 Subject: [PATCH] Changed length to size as there is no length filter Updated Liquid for Designers (textile) --- Liquid-for-Designers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 2abf672..3e6f845 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -34,7 +34,7 @@ When there are no more filters, the template will receive the resulting string.
 Hello {{ 'tobi' | upcase }}
-Hello tobi has {{ 'tobi' | length }} letters!
+Hello tobi has {{ 'tobi' | size }} letters!
 Hello {{ '*tobi*' | textilize | upcase }}
 Hello {{ 'now' | date: "%Y %h" }}