-
Notifications
You must be signed in to change notification settings - Fork 25.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liquid syntax error / warning: Expected dotdot but found id in ... #479
Comments
Curious do the page header images or overlays still render properly in the I haven't been able to reproduce the error on Mac OS X or Windows, so curious if it's an older gem or just an environment thing. I'll have to do some testing with your pull request since it fundamentally changes the conditional and it might miss some edge cases doing "x |
So I just did I'll test out your PR and get back to you to verify nothing breaks. |
Waiting for the bug's fix ASAP... |
I was able to get rid of the warning by removing the parenthesis. in your case where doing so would fundamentally affect the conditional, maybe you could use jekyll to Considering I don't even use this theme, i suspect this may be a jekyll issue |
bundle update
.bundle exec jekyll build
.Environment informations
github-pages
orjekyll
gem version: Github-pages 93 and Jekyll 3.2.1 and Liquid 3.0.6Expected behavior
I updated the theme to 3.4.3 and ran
bundle install
. After upgrading while trying to generate the site withbundle exec jekyll build
, I encountered the following warning / error for Liquid:Appears to be the same error as mmistakes/so-simple-theme#141, where parentheses are not permitted by Liquid. So to fix this issue we should just remove the offending parentheses as specified by the error message.
The text was updated successfully, but these errors were encountered: