Skip to content

Commit

Permalink
Update amp_generate.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJojo authored Dec 26, 2017
1 parent 0344e11 commit 8519b6f
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
Expand Up @@ -28,7 +28,7 @@ def initialize(site, base, dir, post)
end
# Generates a new AMP post for each existing post
class AmpGenerator < Generator
priority :low
priority :high
def generate(site)
dir = site.config['ampdir'] || 'amp'
site.posts.docs.each do |post|
Expand Down

0 comments on commit 8519b6f

Please sign in to comment.