pages-themes / leap-day

Leap day is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/leap-day/
Creative Commons Zero v1.0 Universal
206 stars 489 forks source link

Unknown tag 'seo' #4

Closed N0bl3 closed 6 years ago

N0bl3 commented 7 years ago

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 7 years ago

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[bot] commented 6 years ago

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.