jekyll-tools icon indicating copy to clipboard operation
jekyll-tools copied to clipboard

Error in liquid syntax for posts_by_tag.md

Open mechatour opened this issue 1 year ago • 0 comments

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!

mechatour avatar Jun 27 '23 20:06 mechatour