File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ gem "jekyll", "~> 4.4.1"
55# If you have any plugins, put them here!
66group :jekyll_plugins do
77 gem "jekyll-feed" , "~> 0.12"
8- gem 'jekyll-sitemap' , '~> 1.4'
98 gem 'jekyll-include-cache' , '~> 0.2.1'
9+ gem 'jekyll-paginate' , '~> 1.1'
1010 gem 'jekyll-redirect-from' , '~> 0.16.0'
11+ gem 'jekyll-sitemap' , '~> 1.4'
1112end
1213
1314# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data
Original file line number Diff line number Diff line change 8888 jekyll (>= 3.7 , < 5.0 )
8989 jekyll-include-cache (0.2.1 )
9090 jekyll (>= 3.7 , < 5.0 )
91+ jekyll-paginate (1.1.0 )
9192 jekyll-redirect-from (0.16.0 )
9293 jekyll (>= 3.3 , < 5.0 )
9394 jekyll-sass-converter (3.1.0 )
@@ -181,6 +182,7 @@ DEPENDENCIES
181182 jekyll (~> 4.4.1 )
182183 jekyll-feed (~> 0.12 )
183184 jekyll-include-cache (~> 0.2.1 )
185+ jekyll-paginate (~> 1.1 )
184186 jekyll-redirect-from (~> 0.16.0 )
185187 jekyll-sitemap (~> 1.4 )
186188 jekyll-theme-bugzilla !
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ report_bug: https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla
1212theme : jekyll-theme-bugzilla
1313plugins :
1414 - jekyll-include-cache
15+ - jekyll-paginate
1516 - jekyll-redirect-from
1617 - jekyll-sitemap
1718
You can’t perform that action at this time.
0 commit comments