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 d99caaa commit a075d81Copy full SHA for a075d81
mmg_website/Gemfile
@@ -16,10 +16,11 @@ gem "jekyll-remote-theme", group: :jekyll_plugins
16
17
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19
-#gem "github-pages", group: :jekyll_plugins
+gem "github-pages", group: :jekyll_plugins
20
# If you have any plugins, put them here!
21
group :jekyll_plugins do
22
gem "jekyll-feed", "~> 0.12"
23
+ gem "jekyll-seo-tag"
24
end
25
26
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
0 commit comments