remove twemoji, just pretend it never existed
This commit is contained in:
parent
28f437041a
commit
1098dbc537
2 changed files with 2 additions and 9 deletions
|
@ -69,8 +69,4 @@ yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Visit `/` on the HTTP server to add an admin account.
|
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).
|
|
|
@ -35,7 +35,4 @@ html(lang='en')
|
||||||
else if title !== false
|
else if title !== false
|
||||||
h1 #{config.siteTitle}
|
h1 #{config.siteTitle}
|
||||||
include includes/messages.pug
|
include includes/messages.pug
|
||||||
block content
|
block content
|
||||||
if config.useCDN
|
|
||||||
script(src='https://twemoji.maxcdn.com/v/latest/twemoji.min.js', crossorigin='anonymous')
|
|
||||||
script twemoji.parse(document.body)
|
|
Loading…
Reference in a new issue