Skip to content

Commit de7a996

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 6a78479 commit de7a996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/paginate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def create_individual_blog_pages
3232
:current_page => #{next_i},
3333
:per_page => PER_PAGE,
3434
:first => #{first}, :last => #{last} %>",
35-
{ :title => 'GitHub API Changes' },
35+
{ :title => 'GitHub API Changes', :layout => 'blog' },
3636
"/changes/#{next_i}"
3737
)
3838
end

0 commit comments

Comments
 (0)