add bootstrap to public assets
This commit is contained in:
parent
3c4edcad36
commit
511b39a65e
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,4 +64,5 @@ UpImage/
|
|||||||
archive/
|
archive/
|
||||||
public/assets/
|
public/assets/
|
||||||
!public/assets/main/
|
!public/assets/main/
|
||||||
|
!public/assets/bootstrap/
|
||||||
.vscode/
|
.vscode/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "public/assets/bootstrap"]
|
||||||
|
path = public/assets/bootstrap
|
||||||
|
url = https://github.com/twbs/bootstrap.git
|
1
public/assets/bootstrap
Submodule
1
public/assets/bootstrap
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c81a694ff3363c37b5ac8f8dbcb3f6ce90d350dd
|
@ -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="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
|
<link href="/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
|
<script defer src="/assets/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user