I was adding the gem to my github.io page. There is a build error with this gem:
The tag leaflet_map on line 19 in index.html is not a recognized Liquid tag
I do have:
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-leaflet'
end
in my GemFile
and:
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-leaflet
in my _config.yml
I was adding the gem to my github.io page. There is a build error with this gem:
The tag
leaflet_mapon line 19 inindex.htmlis not a recognized Liquid tagI do have:
in my GemFile
and:
in my _config.yml