menu : titre alternatif sur homepage, textes scoped dans article

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-28 12:01:07 +02:00
parent e0cca60721
commit 7e55d445f5
2 changed files with 7 additions and 6 deletions

View file

@ -19,9 +19,8 @@
<?= svg('assets/images/characters/characters.svg') ?>
</a>
</div>
<div class="strip">
<h1><?= $page->title() ?></h1>
<h1><?= e($page->isHomePage(), 'Compagnie de théâtre', $page->title()) ?></h1>
<nav>
<ul>
<?php foreach($site->children()->listed()->without($page) as $navItem): ?>