Add masonry

This commit is contained in:
c0de 2023-12-29 15:46:25 -06:00
parent 4b0af0ae99
commit 98741cde04
1 changed files with 9 additions and 3 deletions

12
test.py
View File

@ -21,7 +21,13 @@ template_vars = {
"bootstrap": { "bootstrap": {
"src": "./templates/static/bootstrap.bundle.min.js", "src": "./templates/static/bootstrap.bundle.min.js",
}, },
"theme": {"src": "./templates/static/color-modes.js", "place_in_head": True}, "theme": {
"src": "./templates/static/color-modes.js",
"place_in_head": True,
},
"masonry": {
"src": "https://cdn.jsdelivr.ner/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js"
},
}, },
"css": { "css": {
"bootstrap": {"src": "./templates/static/bootstrap.min.css"}, "bootstrap": {"src": "./templates/static/bootstrap.min.css"},
@ -109,8 +115,8 @@ template_vars = {
{ {
"src": "https://c0defox.es/paw-tail.svg", "src": "https://c0defox.es/paw-tail.svg",
"alt_text": "a fox tail next to a paw print", "alt_text": "a fox tail next to a paw print",
"title": "" "title": "",
} },
], ],
} }