feat: ajouter les données de la section DJANGOKAM #1
@@ -7,6 +7,10 @@
|
|||||||
"text": "Nos projets",
|
"text": "Nos projets",
|
||||||
"url": "#projets"
|
"url": "#projets"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "DJANGOKAM",
|
||||||
|
"url": "#djangokam"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "Services",
|
"text": "Services",
|
||||||
"url": "#hebergement"
|
"url": "#hebergement"
|
||||||
|
|||||||
@@ -74,6 +74,22 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "MusicGroup",
|
||||||
|
"name": "DJANGOKAM",
|
||||||
|
"genre": ["Reggae", "Zouk", "Konpa", "K-pop"],
|
||||||
|
"url": "https://djangokam.pawol.nu",
|
||||||
|
"sameAs": ["https://djangokam.pawol.nu"],
|
||||||
|
"member": {
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "{{ site.name }}",
|
||||||
|
"url": "https://o-k-i.net"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
// Récupérer le thème stocké ou détecter le thème système
|
// Récupérer le thème stocké ou détecter le thème système
|
||||||
|
|||||||
Reference in New Issue
Block a user