menu : titre alternatif sur homepage, textes scoped dans article
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e0cca60721
commit
7e55d445f5
2 changed files with 7 additions and 6 deletions
|
|
@ -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): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue