fix: corrige temps de lecture
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazhnuz 2024-06-16 09:19:48 +02:00
parent d09cde08b0
commit bb436addd7

View file

@ -8,7 +8,7 @@
</div> </div>
<?php endif ?> <?php endif ?>
<?php if (!$page->isStatic() && !$url->notFound()): ?> <?php if (!$page->isStatic() && !$url->notFound()): ?>
<p class="align-right pr-half"><span class="btn btn-small c-secondary"> 13 minutes </span></p> <p class="align-right pr-half"><span class="btn btn-small c-secondary"> <?php echo $page->readingTime() ?> </span></p>
<?php endif ?> <?php endif ?>
<div class="article-entry mb-1"> <div class="article-entry mb-1">