From 5ca129c3d3455d63788fffa441ba7c79b94e39be Mon Sep 17 00:00:00 2001 From: RichMorin Date: Thu, 12 Aug 2010 13:45:51 -0700 Subject: [PATCH] Migrated from liquid-for-designers v15 --- Liquid-for-Designers.textile | 1 - 1 file changed, 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 4d30e38..1aaf923 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -254,7 +254,6 @@ The simplest way to create a variable is with the @assign@ tag, which has a pret {% for t in collections.tags %}{% if t == name %}

Freestyle!

{% endif %}{% endfor %} - Another way of doing this would be to assign @true / false@ values to the variable: