FEATURE Handling cover
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-06 12:43:31 +02:00
parent b9e185d6d4
commit c6582a74b3
2 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

View File

@ -78,9 +78,12 @@ write_log($documents_statistics);
<p class="stat-item-description">
<?php echo $document_statistic['description']; ?>
</p>
</li>
<?php endforeach; ?>
</ul>
<div class="statistiques-collections__bg">
<img src="<?php echo plugin_dir_url(__FILE__); ?>/apercu-collection-cover.webp" alt="Statistiques collections">
</div>
</section>