We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7bace commit cb755d9Copy full SHA for cb755d9
docs/Gemfile
@@ -6,11 +6,13 @@ gem "jekyll-feed"
6
gem "jekyll-sitemap"
7
gem "jekyll-gist"
8
gem "jekyll-include-cache"
9
+gem "jekyll-seo-tag"
10
11
group :jekyll_plugins do
12
gem "jekyll-paginate"
13
gem "jekyll-archives"
14
gem "jekyll-redirect-from"
15
+ gem "jekyll-seo-tag"
16
end
17
18
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
0 commit comments