Liquid Exception: Invalid syntax for include tag.
File contains invalid characters or sequences:
Valid syntax:
{% include file.ext param='value' param2='value' %}
in /_layouts/home.html
I’ve tried lots of variations based on the several GH issues and SO posts I found (e.g., no curly braces, temp variable assignment, etc.), but nothing works. The partials are there, and work fine if I paste in a literal value (e.g., ‘example_feature.html’).
Hmm. Tried a completely fresh rvm, ruby 2.3.3p222, and jekyll 3.4.3, created a new project, grabbed the default minima post template, followed your steps, same error.