Changed length to size as there is no length filter

Updated Liquid for Designers (textile)
vanpelt
2010-10-15 13:48:36 -07:00
parent e9e9020197
commit 43bd6940b7
+1 -1
@@ -34,7 +34,7 @@ When there are no more filters, the template will receive the resulting string.
<pre>
Hello {{ 'tobi' | upcase }}
Hello tobi has {{ 'tobi' | length }} letters!
Hello tobi has {{ 'tobi' | size }} letters!
Hello {{ '*tobi*' | textilize | upcase }}
Hello {{ 'now' | date: "%Y %h" }}
</pre>