Added needed quotation marks for current date: Hello {{ 'now' | date: "%Y %h" }}

Updated Liquid for Designers (textile)
mre
2010-09-09 15:24:28 -07:00
parent 69bf7a187e
commit 5a46d39767
+1 -1
@@ -36,7 +36,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*' | textilize | upcase }}
Hello {{ now | date: "%Y %h" }}
Hello {{ 'now' | date: "%Y %h" }}
</pre>
h3. Standard Filters