add bootstrap_5 and change location for build js
This commit is contained in:
parent
f46b4a22f6
commit
6d18dda99a
4
.gitignore
vendored
4
.gitignore
vendored
@ -62,7 +62,5 @@ typings/
|
||||
|
||||
UpImage/
|
||||
archive/
|
||||
public/assets/
|
||||
!public/assets/main/
|
||||
!public/assets/bootstrap/
|
||||
public/assets/build/
|
||||
.vscode/
|
6
public/assets/bootstrap_5/bootstrap.min.css
vendored
Normal file
6
public/assets/bootstrap_5/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
public/assets/bootstrap_5/bootstrap.min.js
vendored
Normal file
7
public/assets/bootstrap_5/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -6,8 +6,8 @@
|
||||
<link rel="shortcut icon" href="images/logo.ico" type="image/x-icon">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
{{#unless disableBootStrap}}
|
||||
<link href="/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script defer src="/assets/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<link href="/assets/bootstrap_5/bootstrap.min.css" rel="stylesheet">
|
||||
<script defer src="/assets/bootstrap_5/bootstrap.bundle.min.js"></script>
|
||||
{{/unless}}
|
||||
<title>{{title}}</title>
|
||||
</head>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<script src="/assets/list.js"></script>
|
||||
<script src="/assets/build/list.js"></script>
|
||||
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||
|
Loading…
x
Reference in New Issue
Block a user