Fix emoji support on the site.
Seems to work for us, despite https://github.com/jekyll/jemoji/issues/32 ?
This commit is contained in:
parent
f57899fdb8
commit
2e5e6ace3d
1
Gemfile
1
Gemfile
|
@ -79,4 +79,5 @@ group :site do
|
|||
if ENV["PROOF"]
|
||||
gem "html-proofer", "~> 2.0"
|
||||
end
|
||||
gem "jemoji"
|
||||
end
|
||||
|
|
|
@ -22,3 +22,4 @@ url: http://jekyllrb.com
|
|||
gems:
|
||||
- jekyll-feed
|
||||
- jekyll-redirect-from
|
||||
- jemoji
|
||||
|
|
Loading…
Reference in New Issue