Minified stylesheet style.min.css was introduced at [1] as replacement
of unminified version `style.css`. Unfortunately at [2] `style.css` was
re-introduced in addition to minified version. Consequently both
versions where requested.
[1] e946c57 - meta tags and min css
[2] 09ae203 - Fix Table of Content
Closes#453.
Chrome DevTools console:
```
buttons.js:1 GitHub Buttons deprecated `data-count-api`: use `data-show-count="true"` instead. Please refer to https://github.com/ntkme/github-buttons#readme for more info.
buttons.js:1 GitHub Buttons deprecated `data-style`: use `data-size="large"` instead. Please refer to https://github.com/ntkme/github-buttons#readme for more info.
```
Fixed.
No matter if a emoji is given by the UTF-8 character or the shortname
via `:shortname:` EMOJIone's JavaScript method `toImage` [1]
> convert native unicode emoji and shortnames directly to images
so each looks similar to GitHub's markdown rendered version.
[1] https://demos.emojione.com/3.1/jstoimage.html