ronv / sidey

Sidey is a simple and minimalistic jekyll blogging theme.
https://sidey-jekyll.netlify.app
MIT License
557 stars 201 forks source link

Liquid tag not recognized #34

Closed nikkindev closed 3 years ago

nikkindev commented 3 years ago

When I use your theme as remote option, the pagebuild fails with the following output

The tag seo on line 5 in /tmp/jekyll-remote-theme-20210914-6-1ez12wf/_includes/head.html is not a recognized Liquid tag. For more information, see https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#unknown-tag-error.

nikkindev commented 3 years ago

Adding

gems:
  - jekyll-seo-tag

in _config.yml file solves the problem. Hopefully it helps someone else!