Closed renshuki closed 6 years ago
Hi there,
I implemented the plugin on my website but I got the following error on jekyll server:
jekyll server
undefined method liquid_renderer for nil:NilClass
It seems the error is related to amp_generate.rb file on line 3.
I changed:
class AmpPost < Page
to
class AmpPost < Jekyll::Page
and it worked.
Good call, thanks.
Would be awesome if this made it into a release 😄
Hi there,
I implemented the plugin on my website but I got the following error on
jekyll server
:It seems the error is related to amp_generate.rb file on line 3.
I changed:
class AmpPost < Page
to
class AmpPost < Jekyll::Page
and it worked.