nav - finish nav expanded dynamic columns
This commit is contained in:
parent
049f11e011
commit
220a6f4ada
6 changed files with 49 additions and 26 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/locale/fr.js"></script>
|
||||
<?= js('/assets/js/calendar.js') ?>
|
||||
<?php endif ?>
|
||||
<?= js('/assets/js/script.js', 'defer') ?>
|
||||
<script src="<?= url('assets/js/script.js') ?>" type="module" defer></script>
|
||||
<?php if ($page->color()->exists()): ?>
|
||||
<style>
|
||||
:root {
|
||||
|
|
@ -29,3 +29,4 @@
|
|||
<?php snippet('header-banner') ?>
|
||||
<?php endif ?>
|
||||
<?php snippet('nav') ?>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue