1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 10:21:16 -04:00
Files
jarv.is/layouts/partials/scripts/twemoji.html

3 lines
199 B
HTML

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