remove bootstrap from repo

This commit is contained in:
c0de 2023-12-29 16:27:13 -06:00
parent a8e4957ce9
commit 9fda7b5714
3 changed files with 2 additions and 15 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"