feat: ajouter DJANGOKAM à la navigation
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"text": "Nos projets",
|
||||
"url": "#projets"
|
||||
},
|
||||
{
|
||||
"text": "DJANGOKAM",
|
||||
"url": "#djangokam"
|
||||
},
|
||||
{
|
||||
"text": "Services",
|
||||
"url": "#hebergement"
|
||||
|
||||
@@ -74,6 +74,22 @@
|
||||
}
|
||||
</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>
|
||||
(function() {
|
||||
// Récupérer le thème stocké ou détecter le thème système
|
||||
|
||||
Reference in New Issue
Block a user