Add masonry
This commit is contained in:
parent
4b0af0ae99
commit
98741cde04
12
test.py
12
test.py
@ -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": "",
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user