Skip to content

Commit

Permalink
Merge pull request #40 from renshuki/liquid-nil-class
Browse files Browse the repository at this point in the history
Fix undefined method 'liquid_renderer' for nil:NilClass
  • Loading branch information
juusaw authored Jan 4, 2018
2 parents 6f3936a + 991c2ff commit f077aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/amp_generate.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jekyll
# Defines the base class of AMP posts
class AmpPost < Page
class AmpPost < Jekyll::Page
def initialize(site, base, dir, post)
@site = site
@base = base
Expand Down

0 comments on commit f077aa4

Please sign in to comment.