side panel > all : add space between years
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
72031c6c09
commit
b68ec82f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<span class="light">dans</span>
|
||||
<?php foreach(allYears($article) as $year):?>
|
||||
<a href="<?= $year->url() ?>"><?= $year->title()?></a>/
|
||||
<a href="<?= $year->url() ?>"><?= $year->title()?></a> /
|
||||
<?php endforeach ?>
|
||||
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue