mirror of
https://github.com/jakejarvis/hugo-mod-twemoji.git
synced 2025-04-28 09:10:28 -04:00
bump twemoji to v13.0.1
https://github.com/twitter/twemoji/releases/tag/v13.0.1
This commit is contained in:
parent
44c95ceb24
commit
ea315a63aa
@ -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.6/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/13.0.1/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:
|
||||
|
||||
|
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
|
||||
|
||||
require github.com/twitter/twemoji v13.0.0+incompatible // indirect
|
||||
require github.com/twitter/twemoji v13.0.1+incompatible // indirect
|
||||
|
4
go.sum
4
go.sum
@ -1,2 +1,2 @@
|
||||
github.com/twitter/twemoji v13.0.0+incompatible h1:zhjK0965GpFVjOsOpSfg2+Q59GjlWbOlLYvoMGkihqk=
|
||||
github.com/twitter/twemoji v13.0.0+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
||||
github.com/twitter/twemoji v13.0.1+incompatible h1:w1epB4MnDMK11c0jBmCNuVQtRJfRddHm2+gx3z7bmGM=
|
||||
github.com/twitter/twemoji v13.0.1+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
||||
|
Loading…
x
Reference in New Issue
Block a user