Link clarifying adding plugins (#3181)

The phrase "put them here!" doesn't sufficiently clarify what to do; I add link to the Jekyll documentation with the proper syntax.
This commit is contained in:
Jason Hemann
2021-10-19 11:21:55 -04:00
committed by GitHub
parent ebc8123d36
commit 6bd64ffd47

View File

@ -84,6 +84,7 @@ gem "minimal-mistakes-jekyll"
# gem "jekyll-include-cache"
#
# If you have any other plugins, put them here!
# Cf. https://jekyllrb.com/docs/plugins/installation/
group :jekyll_plugins do
end
```