We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc0471 commit 76b8e1aCopy full SHA for 76b8e1a
Gemfile
@@ -14,7 +14,6 @@ gem "jekyll", "~> 4.1.0"
14
15
# our markdown files don't have frontmatter
16
group :jekyll_plugins do
17
- gem "jekyll-titles-from-headings"
18
gem "jekyll-relative-links"
19
gem 'jekyll-commonmark'
20
gem 'jekyll-remote-theme'
_config.yml
@@ -1,10 +1,6 @@
1
title: W3C Guidebook
2
baseurl: /guide
3
remote_theme: w3c/w3c-jekyll-theme
4
-titles_from_headings:
5
- enabled: true
6
- strip_title: true
7
- collections: false
8
defaults:
9
-
10
scope:
0 commit comments