fix(page): utilise la variable pour le temps de lecture
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b5f2327e7
commit
c725a24974
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<article class="article container-article mb-1">
|
<article class="article container-article mb-1">
|
||||||
<h1 class="page-title"><?php echo $page->title(); ?></h1>
|
<h1 class="page-title"><?php echo $page->title(); ?></h1>
|
||||||
<?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">
|
||||||
|
|
Loading…
Reference in a new issue