mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-05-15 06:58:50 +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>
|
<script src="/js/admin.js?v={{ '/js/admin.js' | hash }}" defer></script>
|
||||||
{# Save for Later buttons — active when logged in #}
|
{# Save for Later buttons — active when logged in #}
|
||||||
<script src="/js/save-later.js?v={{ '/js/save-later.js' | hash }}" defer></script>
|
<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 #}
|
{# Floating Action Button - visible only when logged in #}
|
||||||
<div x-data="{ show: false, open: false }"
|
<div x-data="{ show: false, open: false }"
|
||||||
|
|||||||
Reference in New Issue
Block a user