Unknown tag 'seo'
N0bl3 opened this issue · 2 comments
N0bl3 commented
default.html
<!doctype html>
<html lang="{{ site.lang | default: " en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
{% seo %}
Regenerating: 1 file(s) changed at 2017-10-18 13:05:22 Liquid Exception: Liquid syntax error (line 7): Unknown tag 'seo' in /_layouts/default.html
...error:
Error: Liquid syntax error (line 7): Unknown tag 'seo'
Error: Run jekyll build --trace for more information.
I don't see %seo% declaration anywhere in the code.
benbalter commented
This comes from Jekyll SEO Tag, which is required via the Gemspec. What version of Jekyll are you running? How are you building the site?
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.