feat: remonte la section Partenaires et rend le lien de plateforme dynamique par partenaire

This commit is contained in:
2026-07-13 18:52:47 +04:00
parent db5fc5240c
commit 851b03c60b
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<h3>{{ partner.name }}</h3>
<p class="partner-description">{{ partner.description }}</p>
<span class="partner-link">
{{ t.partners.link_text }} →
{{ partner.linkText }} →
</span>
</a>
{% endfor %}