fix typo, disable call to action

This commit is contained in:
c0de 2023-12-29 15:50:35 -06:00
parent b0520d2548
commit 61345ebb61
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ template_vars = {
"place_in_head": True, "place_in_head": True,
}, },
"masonry": { "masonry": {
"src": "https://cdn.jsdelivr.ner/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js" "src": "https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js"
}, },
}, },
"css": { "css": {
@ -55,7 +55,7 @@ template_vars = {
"extra_lines": ["This is another line", "This is yet another line"], "extra_lines": ["This is another line", "This is yet another line"],
}, },
"call_to_action": { "call_to_action": {
"active": True, "active": False,
"header": "This is a call to action", "header": "This is a call to action",
"lead_text": "Some interesting text for the user", "lead_text": "Some interesting text for the user",
"buttons": [ "buttons": [