remove twemoji, just pretend it never existed

This commit is contained in:
Sam Wing 2019-11-18 16:37:48 -05:00
parent 28f437041a
commit 1098dbc537
2 changed files with 2 additions and 9 deletions

View file

@ -69,8 +69,4 @@ yarn start
```
## Setup
Visit `/` on the HTTP server to add an admin account.
## Twemoji
I use Twemoji in this project. Thanks Twitter!
To use Twemoji, USE_CDN must be turned on (it is by default).
Visit `/` on the HTTP server to add an admin account.

View file

@ -35,7 +35,4 @@ html(lang='en')
else if title !== false
h1 #{config.siteTitle}
include includes/messages.pug
block content
if config.useCDN
script(src='https://twemoji.maxcdn.com/v/latest/twemoji.min.js', crossorigin='anonymous')
script twemoji.parse(document.body)
block content