Skip to content

Commit

Permalink
opps, remove '?'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyoho committed Jan 11, 2017
1 parent a074568 commit c64b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/plugin/amp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def amp_day_title(diary)

def amp_html_url(diary)
uri = amp_canonical_url(diary)
uri.query = [uri.query, "?plugin=amp"].join '&'
uri.query = [uri.query, "plugin=amp"].join '&'
uri
end

Expand Down

0 comments on commit c64b95f

Please sign in to comment.