add title
This commit is contained in:
parent
b82f6ebba2
commit
61bc24c984
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__image">
|
<div class="hero__image">
|
||||||
<?php if ($site->heroLinkUrl()->isNotEmpty() == 'true'): ?>
|
<?php if ($site->heroLinkUrl()->isNotEmpty() == 'true'): ?>
|
||||||
<a href="<?= $site->heroLinkUrl()->toUrl() ?>">
|
<a href="<?= $site->heroLinkUrl()->toUrl() ?>" title="en savoir plus">
|
||||||
<?php snippet('picture', ['file' => $site->heroImage()->toFile()]) ?>
|
<?php snippet('picture', ['file' => $site->heroImage()->toFile()]) ?>
|
||||||
</a>
|
</a>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue