2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Make use of jekyll-toc's no_toc_section class.

Requires jekyll-toc v0.8.0.
This commit is contained in:
XhmikosR
2018-10-14 08:43:05 +03:00
parent 79db264910
commit 700f74cebd
5 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.8.4'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.7.1'
gem 'jekyll-toc', '~> 0.8.0'
end