rbuchberger/jekyll_picture_tag

Unknown tag 'picture' (Liquid::SyntaxError)

Opened this issue · 1 comments

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)

No worries! Did you run bundle install?