chore: remove git.io (#462)

Merge pull request 462
This commit is contained in:
Baoshuo Ren 2022-04-28 20:06:46 +08:00 committed by GitHub
parent 9e452bf1d6
commit 5200f23221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module Jekyll
end
def payload
# site_payload is an instance of UnifiedPayloadDrop. See https://git.io/v5ajm
# site_payload is an instance of UnifiedPayloadDrop. See https://github.com/jekyll/jekyll/blob/22f2724a1f117a94cc16d18c499a93d5915ede4f/lib/jekyll/site.rb#L261-L276
context.registers[:site].site_payload.tap do |site_payload|
site_payload["page"] = context.registers[:page]
site_payload["paginator"] = context["paginator"]