Skip to content

Commit cb755d9

Browse files
committed
fix: add jekyll-seo-tag gem required by minimal-mistakes theme
1 parent 8a7bace commit cb755d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ gem "jekyll-feed"
66
gem "jekyll-sitemap"
77
gem "jekyll-gist"
88
gem "jekyll-include-cache"
9+
gem "jekyll-seo-tag"
910

1011
group :jekyll_plugins do
1112
gem "jekyll-paginate"
1213
gem "jekyll-archives"
1314
gem "jekyll-redirect-from"
15+
gem "jekyll-seo-tag"
1416
end
1517

1618
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)