jekyll / jekyll-avatar

A Jekyll plugin for rendering GitHub avatars
MIT License
89 stars 9 forks source link

local jekyll invalid liquid error #10

Closed ire4ever1190 closed 6 years ago

ire4ever1190 commented 7 years ago

hi i set up my site local and when i did bundle exec jekyll serve i got this error

Configuration file: C:/Users/myusername/Documents/GitHub/foamey/_config.yml Source: C:/Users/myusername/Documents/GitHub/foamey Destination: C:/Users/myusername/Documents/GitHub/foamey/_site Incremental build: disabled. Enable with --incremental Generating... Liquid Exception: Liquid syntax error (line 13): Unknown tag 'avatar' in /Users/Julie/Documents/GitHub/foamey/_layouts/posts.html jekyll 3.2.1 | Error: Liquid syntax error (line 13): Unknown tag 'avatar'

wondering how to fix it this is the file

<!doctype html>

{% feed_meta %} {{ page.title }}
{% include header.html %} {% include {{ site.nav }} %} {% avatar foamery %} {{ page.date | date: '%B %d, %Y' }} {{ content }} {% include footer.html %} {% include navscript.html %}
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.