octopress / image-tag

A simple image tag for Jekyll sites
MIT License
8 stars 2 forks source link

Liquid Exception: Unknown tag 'img' #2

Closed e9t closed 9 years ago

e9t commented 9 years ago

I'm getting the error Liquid Exception: Unknown tag 'img' when generating posts containing img tags. Has anyone had and solved this issue? I've also left details at https://github.com/octopress/octopress/issues/70#issuecomment-124945378.

e9t commented 9 years ago

See http://jekyllrb.com/docs/plugins/#installing-a-plugin for those who have problems in the future.

timcosgrove commented 8 years ago

@e9t Reading this and also this comment: https://github.com/octopress/octopress/issues/70#issuecomment-125000805

does this mean that the Jekyll documentation is inaccurate? i.e. Option 3 (install plugins via Bundler) does not say anything about specifying _config.yml, but it appears that you need _config.yml when install the plugin via Bundler as well as when installing via the gem command.

Thanks!