mirror of
https://github.com/kforney/kforney.github.io.git
synced 2025-02-21 04:08:40 -07:00
Defer Bootstrap JS.
This commit is contained in:
parent
6b2ac7d7b2
commit
46de37888d
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@
|
|||
<script src="js/plugins.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
|
||||
crossorigin="anonymous"></script>
|
||||
crossorigin="anonymous" defer></script>
|
||||
|
||||
<script>
|
||||
document.getElementById("footerText").innerHTML = "Copyright © Kaj Forney 2018-" + new Date(Date.now()).getFullYear();
|
||||
|
|
Loading…
Add table
Reference in a new issue