add a small privacy policy link in the footer + a 1-line consent note on forms


Agent's response
(no text — only tool calls)
Tool calls
list_sections step 1
{
"page": "index.html"
}
read_section step 2
{
"page": "index.html",
"section": "contact"
}
list_partials step 3
{}
read_partial step 4
{
"name": "footer"
}
add_section step 5
{
"page": "index.html",
"name": "footer",
"label": "Footer",
"html": "<section class=\"py-6 text-center text-sm text-muted border-t border-hairline\">\n <a href=\"/privacy-policy.html\" class=\"underline hover:text-accent\">Privacy Policy</a>\n</section>",
"position": "end"
}
read_section step 6
{
"page": "index.html",
"section": "footer"
}