Skip to content

Commit

Permalink
add: global lottie support
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefamar committed Jun 29, 2023
1 parent e6cc27a commit 48976b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/base.njk
Expand Up @@ -18,6 +18,7 @@
{% if acl %}
<script src="https://cdn.jsdelivr.net/npm/collab-textarea@1.0.4/dist/index.js" type="module"></script>
{% endif %}
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</head>
<body>
{{ content | safe }}
Expand Down

0 comments on commit 48976b8

Please sign in to comment.