diff --git a/README.md b/README.md index 064d3f7..14ad3b0 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +Visit `/` on the HTTP server to add an admin account. \ No newline at end of file diff --git a/views/layout.pug b/views/layout.pug index edd9254..743945d 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -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) \ No newline at end of file + block content \ No newline at end of file