ashmaroli / jekyll-locale

A localization plugin for Jekyll
MIT License
19 stars 5 forks source link

Error: uninitialized constant #14

Closed keirwilliams-old closed 5 years ago

keirwilliams-old commented 5 years ago

When I try to serve my site with bundle exec jekyll serve I get this:

Liquid Exception: uninitialized constant Jekyll::Locale::PageDrop Did you mean? Jekyll::PageReader in /_layouts/default.html
jekyll 3.8.3 | Error:  uninitialized constant Jekyll::Locale::PageDrop
Did you mean?  Jekyll::PageReader

Not sure if it's something I've done wrong or not.

ashmaroli commented 5 years ago

Thank you for reporting this @keirwilliams Can you try and check if this issue is reproducible with the master branch of this repo?

gem "jekyll-locale", git: "https://github.com/ashmaroli/jekyll-locale.git", branch: "master"
keirwilliams-old commented 5 years ago

I no longer have the issue when using the master branch.

ashmaroli commented 5 years ago

Glad to know that @keirwilliams Therefore, I'll consider this issue to have been resolved. Thank you.