mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
feat: include share-post.js in base layout
This commit is contained in:
@@ -455,6 +455,8 @@
|
||||
<script src="/js/admin.js?v={{ '/js/admin.js' | hash }}" defer></script>
|
||||
{# Save for Later buttons — active when logged in #}
|
||||
<script src="/js/save-later.js?v={{ '/js/save-later.js' | hash }}" defer></script>
|
||||
{# Share Post buttons — opens share form popup when logged in #}
|
||||
<script src="/js/share-post.js?v={{ '/js/share-post.js' | hash }}" defer></script>
|
||||
|
||||
{# Floating Action Button - visible only when logged in #}
|
||||
<div x-data="{ show: false, open: false }"
|
||||
|
||||
Reference in New Issue
Block a user