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: