You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ 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.
The text was updated successfully, but these errors were encountered:
codinfox-lanyon/blog/index.html
Line 33 in d4d7c4a
Jekyll complains like so
when serving.
Simply removing the
%
should do.The text was updated successfully, but these errors were encountered: