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