We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff3bb commit 197b054Copy full SHA for 197b054
lib/jekyll-github-metadata/edit-link-tag.rb
@@ -74,7 +74,7 @@ def parts
74
def page_path
75
return page["path"] unless page["paginated"]
76
77
- site.pages.dup.select do |page|
+ site.pages.each do |page|
78
return page["path"] if page.pager && page.pager.page == 1
79
end
80
0 commit comments