f0ckv2 specifics

This commit is contained in:
2026-07-18 12:22:51 +02:00
parent a8af6427eb
commit 2a5f8288d2
3 changed files with 7 additions and 1 deletions

View File

@@ -210,6 +210,7 @@
</div>
</div>
@if(session || !hide_comments_from_public)
<div id="comments-container"
data-item-id="{{ item.id }}"
@if(session) data-user="{{ session.user }}" @endif
@@ -221,6 +222,7 @@
</div>
@endif
</div>
@endif
<button class="mobile-scroll-to-top" title="Back to top" aria-label="Scroll to top"><i class="fa-solid fa-chevron-up"></i></button>
<script id="initial-subscription" type="application/json">{{ isSubscribed }}</script>