diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 26b6823..6c3d733 100644 --- a/Liquid-for-Designers.textile +++ b/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" }} h3. Standard Filters