feat: load social-threads.js for unified Bluesky+Mastodon reply component
Build & Deploy / build-and-deploy (push) Successful in 1m59s

This commit is contained in:
svemagie
2026-04-20 17:47:38 +02:00
parent 67585971c3
commit b0a6d10fc7
+2
View File
@@ -165,6 +165,7 @@
<script src="/js/listening.js?v={{ '/js/listening.js' | hash }}" defer></script>
<script src="/js/comments.js?v={{ '/js/comments.js' | hash }}" defer></script>
<script src="/js/bluesky-thread.js?v={{ '/js/bluesky-thread.js' | hash }}" defer></script>
<script src="/js/social-threads.js?v={{ '/js/social-threads.js' | hash }}" defer></script>
<script src="/js/fediverse-interact.js?v={{ '/js/fediverse-interact.js' | hash }}" defer></script>
<script src="/js/lightbox.js?v={{ '/js/lightbox.js' | hash }}" defer></script>
<script src="/js/toc-scanner.js?v={{ '/js/toc-scanner.js' | hash }}" defer></script>
@@ -633,3 +634,4 @@
{% mermaid_js %}
</body>
</html>