fix: load more button
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user