Skip to content

Commit 3fecce8

Browse files
authored
Merge pull request #66 from coderdojo-japan/remove-bootstrap
使用していない bootstrap と popper を削除
2 parents 16dbf53 + 18252af commit 3fecce8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_includes/head.html

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

0 commit comments

Comments
 (0)