Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-14 08:43:05 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-20 21:39:53 +0300
commit700f74cebde67e84e542699563e52f81f6891d40 (patch)
tree1e3d16da79eb4b40a5bfe56d4230d31373e62a54 /Gemfile
parent79db26491015c9277e2bb1407947ba74fcadd7e2 (diff)
Make use of jekyll-toc's `no_toc_section` class.
Requires jekyll-toc v0.8.0.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b55eecfd70..2465694d3e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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