juusaw / amp-jekyll

Build Accelerated Mobile Page versions of your Jekyll posts
MIT License
281 stars 59 forks source link

Fix undefined method 'liquid_renderer' for nil:NilClass #40

Closed renshuki closed 6 years ago

renshuki commented 6 years ago

Hi there,

I implemented the plugin on my website but I got the following error on 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.

juusaw commented 6 years ago

Good call, thanks.

nickbabcock commented 6 years ago

Would be awesome if this made it into a release 😄