Fix emoji support on the site.

Seems to work for us, despite https://github.com/jekyll/jemoji/issues/32 ?
This commit is contained in:
Parker Moore 2016-02-08 10:59:24 -08:00
parent f57899fdb8
commit 2e5e6ace3d
2 changed files with 2 additions and 0 deletions

View File

@ -79,4 +79,5 @@ group :site do
if ENV["PROOF"] if ENV["PROOF"]
gem "html-proofer", "~> 2.0" gem "html-proofer", "~> 2.0"
end end
gem "jemoji"
end end

View File

@ -22,3 +22,4 @@ url: http://jekyllrb.com
gems: gems:
- jekyll-feed - jekyll-feed
- jekyll-redirect-from - jekyll-redirect-from
- jemoji