mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Added needed quotation marks for current date: Hello {{ 'now' | date: "%Y %h" }}
Updated Liquid for Designers (textile)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user