style d'impression

This commit is contained in:
antonin gallon 2025-11-24 18:33:54 +01:00
parent 8e9464f248
commit abff2cba9b
4 changed files with 68 additions and 18 deletions

View file

@ -20,6 +20,10 @@
/ <a href="/categories/<?= Str::slug($page->category()) ?>"
title="voir les textes de la catégorie <?= $page->category() ?>"><?= $page->category() ?></a>
</p>
<p class="only-print">
<span class="light">imprimé le </span><span><?= \Kirby\Toolkit\Date::today()->format('d/m/Y'); ?></span><br>
<span class="light url"><?= $page->url() ?></span>
</p>
<?php endslot() ?>
<?php endsnippet() ?>