WIP: 2024-refactor #1

Draft
c0de wants to merge 52 commits from 2024-refactor into master
3 changed files with 2 additions and 15 deletions
Showing only changes of commit 9fda7b5714 - Show all commits

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"