remove 'voir l'événement'
This commit is contained in:
parent
b33cb5510d
commit
66e042bdc8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="event-card grid__item" style="--span: <?= $span ?>">
|
||||
<a class="event-card__link" href="<?= $event->url() ?>" title="Voir l'événément"></a>
|
||||
<a class="event-card__link" href="<?= $event->url() ?>"></a>
|
||||
<div class="image-wrapper">
|
||||
<?php if ($event->gallery()->toFiles()->count() > 1): ?>
|
||||
<img class="image-cover" src="<?= $event->gallery()->toFiles()->first()->url() ?>" alt="">
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<?php snippet('newsletter-section') ?>
|
||||
|
||||
<?php snippet('events-grid', ['events' => $comingEvents->slice(2, 3)]) ?>
|
||||
<?php //snippet('events-grid', ['events' => $comingEvents->slice(2, 3)]) ?>
|
||||
|
||||
<?php snippet('callout') ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue