complete calendar strip sessions informations
This commit is contained in:
parent
7c4e5d52b8
commit
450fac4e5e
4 changed files with 28 additions and 16 deletions
|
|
@ -16,10 +16,10 @@
|
|||
<!-- Calendar -->
|
||||
<?php if ($page->isHomePage() || $page->template() == 'event' || $page->template() == 'program'): ?>
|
||||
<!-- dayjs -->
|
||||
<script async src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>
|
||||
<script async src="https://cdn.jsdelivr.net/npm/dayjs@1/locale/fr.js"></script>
|
||||
<script async src="https://cdn.jsdelivr.net/npm/dayjs@1/plugin/weekOfYear.js"></script>
|
||||
<script async src="<?= url('/assets/js/calendar.js') ?>"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/locale/fr.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/plugin/weekOfYear.js"></script>
|
||||
<script src="<?= url('/assets/js/calendar.js') ?>"></script>
|
||||
<?php endif ?>
|
||||
|
||||
<!-- Swiper -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue