Skip to content

Commit

Permalink
Make twemoji js local
Browse files Browse the repository at this point in the history
Former-commit-id: a345c19 [formerly dbf6295]
Former-commit-id: 8b783efb925f6ff9c14c05a817fa0dc6d9c5a8d7
Former-commit-id: 73bb119
  • Loading branch information
UtkarshVerma committed Apr 24, 2018
1 parent 65a6286 commit 67580c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file removed layouts/partials/criticalCSS.html
Empty file.
2 changes: 1 addition & 1 deletion layouts/partials/init_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"></script>
{{ end }}
{{ if .Site.Params.twitterEmoji }}
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.6"></script>
<script src="/js/twemoji.min.js"></script>
{{ end }}
{{ range $type, $val:= .Site.Params.customJS }}
{{ if and ((gt (len $val) 0) (index $val "")) }}
Expand Down
2 changes: 2 additions & 0 deletions static/js/twemoji.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67580c6

Please sign in to comment.