Skip to content
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 Warning: Liquid syntax error #22

Open
poudelmadhav opened this issue Aug 31, 2017 · 0 comments
Open

Liquid Warning: Liquid syntax error #22

poudelmadhav opened this issue Aug 31, 2017 · 0 comments

Comments

@poudelmadhav
Copy link

poudelmadhav commented Aug 31, 2017

I cloned and ran bundle install, success! After that, I ran rake preview but got the following error. Would anybody suggest how to fix this?

    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 20): Expected dotdot but found comparison in "(page.categories.size > 0" in /_layouts/post.html
    Liquid Warning: Liquid syntax error (line 3): Expected id but found end_of_string in "{{post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in index.html
    Liquid Warning: Liquid syntax error (line 18): Expected id but found end_of_string in "{{ post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in index.html
    Liquid Warning: Liquid syntax error (line 24): Expected dotdot but found comparison in "(post.categories.size > 0" in index.html
    Liquid Warning: Liquid syntax error (line 35): Expected id but found end_of_string in "{{ post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in index.html
    Liquid Warning: Liquid syntax error (line 3): Expected id but found end_of_string in "{{post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in page2/index.html
    Liquid Warning: Liquid syntax error (line 18): Expected id but found end_of_string in "{{ post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in page2/index.html
    Liquid Warning: Liquid syntax error (line 24): Expected dotdot but found comparison in "(post.categories.size > 0" in page2/index.html
    Liquid Warning: Liquid syntax error (line 35): Expected id but found end_of_string in "{{ post.url | append: '/' | replace: '//', '/' | prepend: site.baseurl | prepend: site.url | }}" in page2/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant