mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
This commit is contained in:
parent
54a33a274b
commit
193577b145
13 changed files with 101 additions and 102 deletions
|
|
@ -319,7 +319,6 @@ if ($folder):
|
|||
<h3 class="section__title">Dans le dossier</h3>
|
||||
|
||||
<article class="card--folder">
|
||||
<span class="icon-folder"><?= svg('assets/icons/folder.svg') ?></span>
|
||||
<?php if ($cover = $folder->cover()->toFile()): ?>
|
||||
<figure>
|
||||
<img src="<?= $cover->url() ?>" alt="<?= $folder->title()->esc() ?>">
|
||||
|
|
@ -365,7 +364,6 @@ if ($folder):
|
|||
|
||||
<?php foreach ($relatedInvestigations as $related): ?>
|
||||
<article class="card--article-small">
|
||||
<span class="icon-article"><?= svg('assets/icons/article.svg') ?></span>
|
||||
|
||||
<?php if ($cover = $related->cover()->toFile()): ?>
|
||||
<figure>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue