codinfox-lanyon
codinfox-lanyon copied to clipboard
Liquid syntax error in index.html
https://github.com/codinfox/codinfox-lanyon/blob/d4d7c4a3ff7120c1703de85281d8daa764515bd2/blog/index.html#L33
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.