1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-20 10:34:30 -04:00
Files
jarv.is/layouts/partials/scripts/twemoji.html
T
jake 48498c772f reorganize external static assets into vendor folder (#99)
with legacy redirects via Netlify for now
2020-04-04 12:03:04 -04:00

3 lines
209 B
HTML

<script src="{{ "/vendor/emoji/twemoji.min.js" | absURL }}"></script>
<script>twemoji.parse(document.body,{{ dict "base" ("/" | absURL) "folder" "vendor/emoji/svg" "ext" ".svg" | jsonify | safeJS }})</script>