locomotivecms / engine

A platform to create, publish and edit sites
http://www.locomotivecms.com
Other
2.31k stars 625 forks source link

Add documentation for the global `blank` literal #1345

Open westonganger opened 5 years ago

westonganger commented 5 years ago

I was going to make a PR for blank? and present? filters but then found this super handy blank literal.

{% if section.settings.description != blank %}
  <p>{{ section.settings.description }}</p>
{% endif %}

This should be added to the documentation somewhere.

https://github.com/Shopify/liquid/issues/223#issuecomment-376816247

https://github.com/Shopify/liquid/blob/master/lib/liquid/expression.rb#L20