remove bootstrap from repo
This commit is contained in:
parent
a8e4957ce9
commit
9fda7b5714
7
templates/static/bootstrap.bundle.min.js
vendored
7
templates/static/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
6
templates/static/bootstrap.min.css
vendored
6
templates/static/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
4
test.py
4
test.py
@ -19,7 +19,7 @@ template_vars = {
|
||||
"static": {
|
||||
"scripts": {
|
||||
"bootstrap": {
|
||||
"src": "./templates/static/bootstrap.bundle.min.js",
|
||||
"src": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js",
|
||||
},
|
||||
"theme": {
|
||||
"src": "./templates/static/color-modes.js",
|
||||
@ -30,7 +30,7 @@ template_vars = {
|
||||
},
|
||||
},
|
||||
"css": {
|
||||
"bootstrap": {"src": "./templates/static/bootstrap.min.css"},
|
||||
"bootstrap": {"src": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"},
|
||||
"theme": {"src": "./templates/static/gallery.css"},
|
||||
"icons": {
|
||||
"src": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css"
|
||||
|
Loading…
Reference in New Issue
Block a user