From 5a46d397672fc8b6cf2eb21e98c6ab06003cbebf Mon Sep 17 00:00:00 2001 From: mre Date: Thu, 9 Sep 2010 15:24:28 -0700 Subject: [PATCH] Added needed quotation marks for current date: Hello {{ 'now' | date: "%Y %h" }} 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 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