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/
|
UpImage/
|
||||||
archive/
|
archive/
|
||||||
public/assets/
|
public/assets/build/
|
||||||
!public/assets/main/
|
|
||||||
!public/assets/bootstrap/
|
|
||||||
.vscode/
|
.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">
|
<link rel="shortcut icon" href="images/logo.ico" type="image/x-icon">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
{{#unless disableBootStrap}}
|
{{#unless disableBootStrap}}
|
||||||
<link href="/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="/assets/bootstrap_5/bootstrap.min.css" rel="stylesheet">
|
||||||
<script defer src="/assets/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
<script defer src="/assets/bootstrap_5/bootstrap.bundle.min.js"></script>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script src="/assets/list.js"></script>
|
<script src="/assets/build/list.js"></script>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user