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

Liquid syntax error: Expected dotdot but found pipe in category-list.html #1223

Closed
ohadschn opened this issue Sep 4, 2017 · 0 comments
Closed

Comments

@ohadschn
Copy link
Contributor

ohadschn commented Sep 4, 2017

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)
kkunapuli pushed a commit to kkunapuli/kkunapuli.github.io that referenced this issue May 30, 2019
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`

Close mmistakes#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`

Close mmistakes#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`

Close mmistakes#1223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants