hide text button

This commit is contained in:
isUnknown 2025-02-03 09:38:55 +01:00
parent cc3feb0366
commit 2af1980274

View file

@ -1,6 +1,6 @@
<footer id="main-footer">
<ul id="links">
<?php if (!$page->isHomePage()): ?>
<?php if (!$page->isHomePage() && $kirby->user()->isLoggedIn()): ?>
<li class="open-nav-wrapper">
<button class="plus open-nav" title="chercher parmi les textes">textes</button>
</li>