You've already forked hugo-mod-twemoji
mirror of
https://github.com/jakejarvis/hugo-mod-twemoji.git
synced 2025-06-27 13:15:40 -04:00
bump twemoji to v12.1.6
https://github.com/twitter/twemoji/releases/tag/v12.1.6
This commit is contained in:
@ -16,7 +16,7 @@ Give the [Hugo Modules documentation](https://gohugo.io/hugo-modules/) a read to
|
|||||||
path = "github.com/jakejarvis/hugo-mod-twemoji"
|
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:
|
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:
|
||||||
|
|
||||||
|
2
assets/js/twemoji.min.js
vendored
2
assets/js/twemoji.min.js
vendored
File diff suppressed because one or more lines are too long
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/jakejarvis/hugo-mod-twemoji
|
|||||||
|
|
||||||
go 1.13
|
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
4
go.sum
@ -1,2 +1,2 @@
|
|||||||
github.com/twitter/twemoji v12.1.5+incompatible h1:q2DZm6LI6aF46VSUhYsrWDd7IeBV1H/2uTjGXDhVyEA=
|
github.com/twitter/twemoji v12.1.6+incompatible h1:0NdsbNwj3m3/tUHn9XuC/kh+6uo3jaZlDptiMFL7vxg=
|
||||||
github.com/twitter/twemoji v12.1.5+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
github.com/twitter/twemoji v12.1.6+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
||||||
|
Reference in New Issue
Block a user