add unsubscribe and view mail on the web buttons

This commit is contained in:
isUnknown 2025-02-04 17:35:09 +01:00
parent 8bdd63afe2
commit f095954a33
20 changed files with 289 additions and 224 deletions

View file

@ -7,7 +7,7 @@
<?php if ($page->published()->isNotEmpty()): ?>
<p>
<span class="light">envoyée le </span><?= $page->published()->toDate('d/m/Y') ?>
<span class="light">courrier du </span><?= $page->published()->toDate('d/m/Y') ?>
</p>
<?php endif ?>