2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove the customize redirect. (#28270)

The current `baseurl` makes this wrong.
This commit is contained in:
XhmikosR
2019-02-15 10:34:14 +02:00
committed by GitHub
parent 68b0d231a1
commit bdb962d1e9
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end