feat: include share-post.js in base layout

This commit is contained in:
Ricardo
2026-02-28 08:21:05 +01:00
parent a7cc646881
commit 6cfb92818e

View File

@@ -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 }"