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 syntax error in index.html #18

Open
turkishmaid opened this issue Dec 8, 2018 · 0 comments
Open

Liquid syntax error in index.html #18

turkishmaid opened this issue Dec 8, 2018 · 0 comments

Comments

@turkishmaid
Copy link

{{ post.content | split:"<!-- more -->" | first % }}

Jekyll complains like so

Liquid Warning: Liquid syntax error (line 28): Unexpected character % in "{{ post.content | split:"<!-- more -->" | first % }}" in blog/index.html
Liquid Warning: Liquid syntax error (line 28): Unexpected character % in "{{ post.content | split:"<!-- more -->" | first % }}" in blog/page2/index.html

when serving.

Simply removing the % should do.

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