message no. 18682
Posted by jaybe in #jekyll at 2014-02-14T17:41:21Z
mvarrieur, something such as the following would certainly accomplish it: {% capture temp %} {% my.var | downcase %} {% endcapture %} {% if temp = 'insensitive all the things' %} ... {% endif %}