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

Error in liquid syntax for posts_by_tag.md #3

Open
mechatour opened this issue Jun 27, 2023 · 0 comments
Open

Error in liquid syntax for posts_by_tag.md #3

mechatour opened this issue Jun 27, 2023 · 0 comments

Comments

@mechatour
Copy link

mechatour commented Jun 27, 2023

When starting the jekyll server error is:

Liquid Warning: Liquid syntax error (line 1): Expected dotdot but found pipe in "{{(site.tags | sort:0) }}" in posts_by_tag.md

Syntax should be on first line after front matter:

{% assign sorted_tags = site.tags | sort %}

Hope this helps. Keep up the great work!

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