parent
0ed180375e
commit
7f8e7f0c99
25 changed files with 261 additions and 530 deletions
8
src/themes/enroll-theme/layouts/partials/scripts.html
Normal file
8
src/themes/enroll-theme/layouts/partials/scripts.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
(function () {
|
||||
var el = document.getElementById('year');
|
||||
if (el) el.textContent = new Date().getFullYear();
|
||||
})();
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/js/site.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue