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
I enabled liquid: error_mode: strict in my _config.yml and encountered the following on build:
Liquid Exception: Liquid syntax error (line 14): Expected dotdot but found pipe in "{{(page_categories | split: ',' | sort:0) }}" in /var/lib/gems/2.3.0/gems/minimal-mistakes-jekyll-4.5.1/_includes/category-list.html, included in /_layouts/single.html
Environment information
Minimal Mistakes version: 4.5.1
Jekyll version: 3.5.2
GitHub Pages hosted: no (hosted locally)
Operating system: Bash on Ubuntu on Windows (WSL)
The text was updated successfully, but these errors were encountered:
Liquid does not allow parenthesis, remove them to fix Liquid Exception: Liquid syntax error "Expected dotdot but found pipe" in `tag-list.html` and `category-list.html`
Closemmistakes#1223
makaroniame
added a commit
to makaroniame/makaroniame-old.github.io
that referenced
this issue
May 18, 2022
Liquid does not allow parenthesis, remove them to fix Liquid Exception: Liquid syntax error "Expected dotdot but found pipe" in `tag-list.html` and `category-list.html`
Closemmistakes#1223
jchwenger
pushed a commit
to jchwenger/jchwenger.github.io
that referenced
this issue
May 5, 2023
Liquid does not allow parenthesis, remove them to fix Liquid Exception: Liquid syntax error "Expected dotdot but found pipe" in `tag-list.html` and `category-list.html`
Closemmistakes#1223
I enabled
liquid: error_mode: strict
in my_config.yml
and encountered the following on build:Liquid Exception: Liquid syntax error (line 14): Expected dotdot but found pipe in "{{(page_categories | split: ',' | sort:0) }}" in /var/lib/gems/2.3.0/gems/minimal-mistakes-jekyll-4.5.1/_includes/category-list.html, included in /_layouts/single.html
Environment information
The text was updated successfully, but these errors were encountered: