1
mirror of https://github.com/jakejarvis/hugo-mod-twemoji.git synced 2025-04-28 05:40:29 -04:00

bump twemoji to v12.1.6

https://github.com/twitter/twemoji/releases/tag/v12.1.6
This commit is contained in:
Jake Jarvis 2020-04-28 15:54:48 -04:00
parent cf01973921
commit a4786c3448
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Give the [Hugo Modules documentation](https://gohugo.io/hugo-modules/) a read to
path = "github.com/jakejarvis/hugo-mod-twemoji"
```
The graphics will be mounted in `static/twemoji/svg` and `static/twemoji/png`, and the [minified script](https://github.com/twitter/twemoji/blob/gh-pages/v/12.1.5/twemoji.min.js) in `static/twemoji/js`.
The graphics will be mounted in `static/twemoji/svg` and `static/twemoji/png`, and the [minified script](https://github.com/twitter/twemoji/blob/gh-pages/v/12.1.6/twemoji.min.js) in `static/twemoji/js`.
Before you start, you'll probably want to [add Twitter's recommended CSS](https://github.com/twitter/twemoji#inline-styles) to your stylesheet to make sure the Twemojis match the size and alignment of the surrounding text — otherwise they'll be humongous:

File diff suppressed because one or more lines are too long

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/jakejarvis/hugo-mod-twemoji
go 1.13
require github.com/twitter/twemoji v12.1.5+incompatible // indirect
require github.com/twitter/twemoji v12.1.6+incompatible // indirect

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/twitter/twemoji v12.1.5+incompatible h1:q2DZm6LI6aF46VSUhYsrWDd7IeBV1H/2uTjGXDhVyEA=
github.com/twitter/twemoji v12.1.5+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
github.com/twitter/twemoji v12.1.6+incompatible h1:0NdsbNwj3m3/tUHn9XuC/kh+6uo3jaZlDptiMFL7vxg=
github.com/twitter/twemoji v12.1.6+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=