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

Unknown tag 'picture' (Liquid::SyntaxError) #312

Open
ishengtsai opened this issue Sep 4, 2024 · 1 comment
Open

Unknown tag 'picture' (Liquid::SyntaxError) #312

ishengtsai opened this issue Sep 4, 2024 · 1 comment

Comments

@ishengtsai
Copy link

Hi,

I have a really naive question and apologise if it's very basic. I have appeared to install the jekyll_picture_tag successfully but the command jekyll serve did not recognise the picture tag. What could I have done wrong please? Any suggestions would be appreciated.

My gem file:
source 'https://rubygems.org'

gem 'jekyll', '4.2.0'

group :jekyll_plugins do
gem 'webrick'
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll_picture_tag'
end

Bundle info:
bundle info jekyll_picture_tag

Log output:

/opt/homebrew/lib/ruby/gems/3.1.0/gems/liquid-4.0.4/lib/liquid/document.rb:23:in `unknown_tag': Liquid syntax error (line 9): Unknown tag 'picture' (Liquid::SyntaxError)

@rbuchberger
Copy link
Owner

No worries! Did you run bundle install?

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

3 participants
@ishengtsai @rbuchberger and others