1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-09 21:21:19 +02:00

swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above

This commit is contained in:
Mark Otto
2017-05-27 21:44:42 -07:00
parent 3b8202db93
commit a3f7639728
7 changed files with 51 additions and 51 deletions

View File

@@ -4,5 +4,6 @@ group :development, :test do
gem 'jekyll', '~> 3.4.3'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.3.0.pre1'
gem 'scss_lint', '~> 0.53.0'
end