File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
group :development , :test do
4
4
gem 'jekyll' , '~> 3.8.3'
5
- gem 'jekyll-redirect-from' , '~> 0.13 .0'
5
+ gem 'jekyll-redirect-from' , '~> 0.14 .0'
6
6
gem 'jekyll-sitemap' , '~> 1.2.0'
7
7
gem 'jekyll-toc' , '~> 0.6.0'
8
8
end
Original file line number Diff line number Diff line change 29
29
pathutil (~> 0.9 )
30
30
rouge (>= 1.7 , < 4 )
31
31
safe_yaml (~> 1.0 )
32
- jekyll-redirect-from (0.13 .0 )
32
+ jekyll-redirect-from (0.14 .0 )
33
33
jekyll (~> 3.3 )
34
34
jekyll-sass-converter (1.5.2 )
35
35
sass (~> 3.4 )
47
47
ruby_dep (~> 1.2 )
48
48
mercenary (0.3.6 )
49
49
mini_portile2 (2.3.0 )
50
- nokogiri (1.8.3 )
50
+ nokogiri (1.8.4 )
51
51
mini_portile2 (~> 2.3.0 )
52
- nokogiri (1.8.3 -x64-mingw32 )
52
+ nokogiri (1.8.4 -x64-mingw32 )
53
53
mini_portile2 (~> 2.3.0 )
54
54
pathutil (0.16.1 )
55
55
forwardable-extended (~> 2.6 )
@@ -72,7 +72,7 @@ PLATFORMS
72
72
73
73
DEPENDENCIES
74
74
jekyll (~> 3.8.3 )
75
- jekyll-redirect-from (~> 0.13 .0 )
75
+ jekyll-redirect-from (~> 0.14 .0 )
76
76
jekyll-sitemap (~> 1.2.0 )
77
77
jekyll-toc (~> 0.6.0 )
78
78
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
6
6
< title > Bootstrap · Content moved</ title >
7
7
< link rel ="canonical " href ="{{ page.redirect.to }} ">
8
+ < script > window . location = "{{ page.redirect.to }}" ; </ script >
8
9
< meta http-equiv ="refresh " content ="0; url={{ page.redirect.to }} ">
9
10
< meta name ="robots " content ="noindex ">
10
11
< style >
33
34
< body >
34
35
< h1 > Redirecting…</ h1 >
35
36
< a href ="{{ page.redirect.to }} "> Click here if you are not redirected</ a >
36
- < script > window . location = "{{ page.redirect.to }}" ; </ script >
37
37
</ body >
38
38
</ html >
You can’t perform that action at this time.
0 commit comments