nav>Fix underline problem in active link

This commit is contained in:
camille 2026-06-30 19:00:58 +02:00
parent fc474b5ba9
commit a6d958e5de
4 changed files with 137 additions and 122 deletions

View file

@ -12,10 +12,10 @@
<a class="nav-item-home" href="<?= page('home')->url() ?>"><?= page('home')->title() ?></a>,&nbsp;
</li>
<li>
<a class="nav-item-projects" href="<?= page('index')->url() ?>"><?= page('index')->title() ?></a>,&nbsp;
<a class="nav-item-index" href="<?= page('index')->url() ?>"><?= page('index')->title() ?></a>,&nbsp;
</li>
<li>
<a class="nav-item-about" href="<?= page('infos')->url() ?>"><?= page('infos')->title() ?></a>
<a class="nav-item-infos" href="<?= page('infos')->url() ?>"><?= page('infos')->title() ?></a>
</li>
</ul>
</nav>