diff --git a/assets/css/src/hero.css b/assets/css/src/hero.css index 3877b00..c6a26ed 100644 --- a/assets/css/src/hero.css +++ b/assets/css/src/hero.css @@ -55,10 +55,6 @@ margin-right: 2rem; } -.hero__link:hover { - color: var(--color-season); -} - .hero__image { height: calc(100vh - var(--empty-space) - 2 * var(--padding-vertical)); } diff --git a/assets/dist/style.css b/assets/dist/style.css index e17a3f4..7cb2b4a 100644 --- a/assets/dist/style.css +++ b/assets/dist/style.css @@ -828,10 +828,6 @@ button:focus-visible { margin-right: 2rem; } -.hero__link:hover { - color: var(--color-season); -} - .hero__image { height: calc(100vh - var(--empty-space) - 2 * var(--padding-vertical)); } diff --git a/site/snippets/footer.php b/site/snippets/footer.php index f236b74..c50155f 100644 --- a/site/snippets/footer.php +++ b/site/snippets/footer.php @@ -6,12 +6,6 @@ Théâtre Besançon -
-

- Centre dramatique national
- Direction Tommy Milliot -

-
+
+

+ Centre dramatique national
+ Direction Tommy Milliot +

+

Suivez nous

- Contacts et Mentions légales + Contacts mentions légales
diff --git a/site/snippets/header.php b/site/snippets/header.php index a2fcf6e..d25e421 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -9,7 +9,7 @@ - + isHomePage() || $page->template() == 'event' || $page->template() == 'program'): ?> diff --git a/site/templates/event.php b/site/templates/event.php index c0e5e9b..cc23bef 100644 --- a/site/templates/event.php +++ b/site/templates/event.php @@ -11,7 +11,9 @@
- gallery()->toFiles()->without($page->gallery()->toFiles()->first()) as $slide): ?> + gallery()->toFiles()->count() > 1 ? $page->gallery()->toFiles()->without($page->gallery()->toFiles()->first()) : $page->gallery()->toFiles(); + foreach($images as $slide): ?>
$slide]) ?>