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"
5
5
# If you have any plugins, put them here!
6
6
group :jekyll_plugins do
7
7
gem "jekyll-feed" , "~> 0.12"
8
- gem 'jekyll-sitemap' , '~> 1.4'
9
8
gem 'jekyll-include-cache' , '~> 0.2.1'
9
+ gem 'jekyll-paginate' , '~> 1.1'
10
10
gem 'jekyll-redirect-from' , '~> 0.16.0'
11
+ gem 'jekyll-sitemap' , '~> 1.4'
11
12
end
12
13
13
14
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data
Original file line number Diff line number Diff line change 88
88
jekyll (>= 3.7 , < 5.0 )
89
89
jekyll-include-cache (0.2.1 )
90
90
jekyll (>= 3.7 , < 5.0 )
91
+ jekyll-paginate (1.1.0 )
91
92
jekyll-redirect-from (0.16.0 )
92
93
jekyll (>= 3.3 , < 5.0 )
93
94
jekyll-sass-converter (3.1.0 )
@@ -181,6 +182,7 @@ DEPENDENCIES
181
182
jekyll (~> 4.4.1 )
182
183
jekyll-feed (~> 0.12 )
183
184
jekyll-include-cache (~> 0.2.1 )
185
+ jekyll-paginate (~> 1.1 )
184
186
jekyll-redirect-from (~> 0.16.0 )
185
187
jekyll-sitemap (~> 1.4 )
186
188
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
12
12
theme : jekyll-theme-bugzilla
13
13
plugins :
14
14
- jekyll-include-cache
15
+ - jekyll-paginate
15
16
- jekyll-redirect-from
16
17
- jekyll-sitemap
17
18
You can’t perform that action at this time.
0 commit comments