Skip to content

Commit 907f9a7

Browse files
committed
Update gems.
1 parent 09d0c5d commit 907f9a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
group :development, :test do
44
gem 'jekyll', '~> 3.8.3'
5-
gem 'jekyll-redirect-from', '~> 0.13.0'
5+
gem 'jekyll-redirect-from', '~> 0.14.0'
66
gem 'jekyll-sitemap', '~> 1.2.0'
77
gem 'jekyll-toc', '~> 0.6.0'
88
end

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
pathutil (~> 0.9)
3030
rouge (>= 1.7, < 4)
3131
safe_yaml (~> 1.0)
32-
jekyll-redirect-from (0.13.0)
32+
jekyll-redirect-from (0.14.0)
3333
jekyll (~> 3.3)
3434
jekyll-sass-converter (1.5.2)
3535
sass (~> 3.4)
@@ -47,9 +47,9 @@ GEM
4747
ruby_dep (~> 1.2)
4848
mercenary (0.3.6)
4949
mini_portile2 (2.3.0)
50-
nokogiri (1.8.3)
50+
nokogiri (1.8.4)
5151
mini_portile2 (~> 2.3.0)
52-
nokogiri (1.8.3-x64-mingw32)
52+
nokogiri (1.8.4-x64-mingw32)
5353
mini_portile2 (~> 2.3.0)
5454
pathutil (0.16.1)
5555
forwardable-extended (~> 2.6)
@@ -72,7 +72,7 @@ PLATFORMS
7272

7373
DEPENDENCIES
7474
jekyll (~> 3.8.3)
75-
jekyll-redirect-from (~> 0.13.0)
75+
jekyll-redirect-from (~> 0.14.0)
7676
jekyll-sitemap (~> 1.2.0)
7777
jekyll-toc (~> 0.6.0)
7878

_layouts/redirect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<title>Bootstrap · Content moved</title>
77
<link rel="canonical" href="{{ page.redirect.to }}">
8+
<script>window.location="{{ page.redirect.to }}";</script>
89
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
910
<meta name="robots" content="noindex">
1011
<style>
@@ -33,6 +34,5 @@
3334
<body>
3435
<h1>Redirecting&hellip;</h1>
3536
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
36-
<script>window.location="{{ page.redirect.to }}";</script>
3737
</body>
3838
</html>

0 commit comments

Comments
 (0)