fix: load more button

This commit is contained in:
2026-01-15 19:38:55 +04:00
parent 10f0b9a6eb
commit b3eae9ea82
6 changed files with 64 additions and 136 deletions
+3 -3
View File
@@ -424,7 +424,7 @@ setSecurityHeaders();
<hr class="section-divider">
<!-- Section Dernières vidéos -->
<section class="video-section" aria-labelledby="recent-videos-heading">
<section class="video-section" data-video-type="recent" aria-labelledby="recent-videos-heading">
<header class="section-header">
<div class="section-logo">
<img src="img/logo.png" alt="Logo kaubuntu.re" aria-hidden="true">
@@ -484,7 +484,7 @@ setSecurityHeaders();
<hr class="section-divider">
<!-- Section Tendances -->
<section class="video-section" aria-labelledby="trending-videos-heading">
<section class="video-section" data-video-type="trending" aria-labelledby="trending-videos-heading">
<header class="section-header">
<div class="section-logo">
<img src="img/logo.png" alt="Logo kaubuntu.re" aria-hidden="true">
@@ -642,7 +642,7 @@ setSecurityHeaders();
</main>
<?php include 'includes/footer.php'; ?>
<?php include 'includes/mobile-menu.php'; ?>
<script src="js/main.js"></script>
<script src="js/main.js?v=<?php echo filemtime('js/main.js'); ?>"></script>
<script src="js/mastodon-timeline.umd.js"></script>
<script src="js/mastodon-config.php"></script>