feat(homepage): insert copywriter draft (boilerplate removed); prepare MR
This commit is contained in:
+17
@@ -124,6 +124,23 @@
|
|||||||
<button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
|
<button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></div>
|
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></div>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Article",
|
||||||
|
"headline": "How to Automate Grant Reporting for Small NGOs — Step‑by‑Step with Odoo + n8n",
|
||||||
|
"datePublished": "2026-03-25",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Odoo4Projects NGO Team"
|
||||||
|
},
|
||||||
|
"description": "Automate grant reporting for small NGOs with Odoo and n8n — reduce errors, save time, and simplify compliance.",
|
||||||
|
"mainEntityOfPage": "https://ngo.odoo4projects.com/automate-grant-reporting-odoo-n8n",
|
||||||
|
"keywords": "automate grant reporting, Odoo grants, n8n automation NGO, grant compliance automation, NGO reporting software"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
|
<p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user