jekyll / jemoji

GitHub-flavored emoji plugin for Jekyll
http://rubygems.org/gems/jemoji
MIT License
557 stars 62 forks source link

doctype, html tags stripped #114

Closed bahnfrei closed 3 years ago

bahnfrei commented 3 years ago

Hi,

i use the following theme: https://github.com/bahnfrei/contrast which is based on: https://github.com/niklasbuschmann/contrast

When i try to use jemoji, the generated sites which include an emoji miss the following lines and therefore have some layout issues:

<!DOCTYPE html>
<html lang="en">
</html>

I found a similar issue (https://github.com/jekyll/jemoji/issues/36) for older versions of jemoji, but it seems the lastest version is affected as well?

Versions currently used/installed:

$ ruby -v
ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]

$ gem list | grep -e jekyll -e jemoji
jekyll (4.2.0)
jekyll-feed (0.15.1)
jekyll-sass-converter (2.1.0)
jekyll-seo-tag (2.7.1)
jekyll-watch (2.2.1)
jemoji (0.12.0)

Would be great, if you could have a look at it, thanks in advance!

Best regards, Bahnfrei.

jekyllbot commented 3 years ago

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.