feat(contact): améliorer le formulaire de contact avec des informations sur les développeurs et un QR code
This commit is contained in:
+10
-2
@@ -1,8 +1,16 @@
|
||||
---
|
||||
title: Contact
|
||||
title: "Nous contacter"
|
||||
layout: "simple"
|
||||
contactForm:
|
||||
title: "Formulaire de contact"
|
||||
action: "http://localhost:3001/contact"
|
||||
developers:
|
||||
title: "Échanger avec les développeurs"
|
||||
description: "Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill."
|
||||
linkLabel: "#chill-social-admin:matrix.org"
|
||||
linkUrl: "https://matrix.to/#/#chill-social-admin:matrix.org"
|
||||
qrLabel: "ou scannez le code QR :"
|
||||
qrImg: "/images/chill-admin.png"
|
||||
fields:
|
||||
- name: "sujet"
|
||||
label: "Sujet"
|
||||
@@ -33,7 +41,7 @@ faq:
|
||||
- description : "Voici une liste de questions les plus souvent posées sur CHILL."
|
||||
- faqPath: content/faq.md"
|
||||
---
|
||||
|
||||
{{< contact-form >}}
|
||||
|
||||
|
||||
{{< faq >}}
|
||||
|
||||
Reference in New Issue
Block a user