feat: meta pour la home

pull/1/head
Jalil Arfaoui 2022-08-13 15:18:03 +02:00
parent fdc5dc0f66
commit 435b96033a
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{
"@context": "https://schema.org",
"@type": "{{ type or "Article" }}",
"headline": "{{ title }}",
"headline": "{{ headline or title }}",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "{{ metadata.url + page.url }}"

View File

@ -1,4 +1,7 @@
---
layout: layouts/base.njk
type: Webpage
image: /images/Logo.jpg
headline: NonScollectif
---
{{ content | safe }}