feat: ajouter les données de la section DJANGOKAM #1

Merged
cedric merged 7 commits from feat/djangokam into master 2026-07-05 20:39:58 +00:00
2 changed files with 20 additions and 0 deletions
Showing only changes of commit 986522c2e2 - Show all commits
+4
View File
@@ -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"
+16
View File
@@ -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