1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

better implementation of hugo mods for twemojis 📦

This commit is contained in:
2020-04-06 08:44:43 -04:00
parent 4f71dd509b
commit 3224d9b072
8 changed files with 14 additions and 12 deletions

View File

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