Closed nikkindev closed 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.
seo
/tmp/jekyll-remote-theme-20210914-6-1ez12wf/_includes/head.html
Adding
gems: - jekyll-seo-tag
in _config.yml file solves the problem. Hopefully it helps someone else!
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.