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 3971499 commit 225d6b6Copy full SHA for 225d6b6
Gemfile
@@ -9,4 +9,5 @@ group :jekyll_plugins do
9
gem 'jekyll-feed', '~> 0.15'
10
gem 'jekyll-sitemap', '~> 1.4.0'
11
gem 'jekyll-titles-from-headings', '~> 0.5.3'
12
+ gem 'jekyll-optional-front-matter', '~> 0.3.2'
13
end
_config.yml
@@ -23,6 +23,10 @@ plugins:
23
- jekyll-feed
24
- jekyll-sitemap
25
- jekyll-titles-from-headings
26
+ - jekyll-optional-front-matter
27
+
28
+titles_from_headings:
29
+ strip_title: true
30
31
exclude:
32
- docs/
0 commit comments