Open leela52452 opened 5 years ago
gemfile: gem 'jekyll', '3.4.0' gem 'redcarpet' gem 'liquid', '3.0'
gem 'jekyll', '3.4.0' gem 'redcarpet' gem 'liquid', '3.0'
.gitlab-ci.yml: image: ruby:2.3
image: ruby:2.3
pipeline error: Liquid syntax error (line 25): Expected end_of_string but found pipe in "post in site.posts | limit: site.post_limit" in index.html
if possible look into the issue. my repo thank you.
Two immediate thoughts.
?
gemfile:
gem 'jekyll', '3.4.0' gem 'redcarpet' gem 'liquid', '3.0'
.gitlab-ci.yml:
image: ruby:2.3
pipeline error: Liquid syntax error (line 25): Expected end_of_string but found pipe in "post in site.posts | limit: site.post_limit" in index.html
if possible look into the issue. my repo thank you.