mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Fix emoji support on the site.
Seems to work for us, despite https://github.com/jekyll/jemoji/issues/32 ?
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user