Skip to content

Commit eeb773b

Browse files
committed
Merge remote-tracking branch 'origin/main' into install-tailwind-css
2 parents 8967e96 + df296c4 commit eeb773b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/head.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@
6666
<!-- CSS -------------------------- -->
6767
<!-- DojoCon CSS -->
6868
<link rel="stylesheet" href="/css/main.css" />
69+
70+
<!-- JS Framework -------------------------- -->
71+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
72+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
6973
</head>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
<div id="page-top"><a href="#top"><img src="/img/svg/up.svg" alt="Up" width="24px" /></a></div>
1616
{% include footer.html %}
17-
</body>
17+
</body>
1818
</html>

0 commit comments

Comments
 (0)