Skip to content

Commit 9898596

Browse files
committed
p
1 parent 77a0fc0 commit 9898596

File tree

8 files changed

+5
-27318
lines changed

8 files changed

+5
-27318
lines changed

content/download.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,7 @@ <h2 class="card-title h4 text-center mb-4">Download Analystic</h2>
242242
</div>
243243

244244
</div>
245-
246-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
247-
245+
248246
<script>
249247
document.addEventListener("DOMContentLoaded", function() {
250248
const typeOptions = ["litegapps", "addon"];

layouts/partials/framework.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<link rel="stylesheet" type="text/css" href="{{ "css/bootstrap.css" | relURL }}">
1+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
2+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO" crossorigin="anonymous"></script>
3+
4+
25
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap" rel="stylesheet">
36
<script src="/js/color-modes.js"></script>
47
{{ $sassOptions := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true) }}

layouts/partials/js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<script type="text/javascript" src="/js/bootstrap.js"></script>
21

32
<script>
43
document.addEventListener("DOMContentLoaded", function() {

0 commit comments

Comments
 (0)