Skip to content

Commit

Permalink
1 change by Nuxt Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Flosciante authored Aug 22, 2024
1 parent 54f618e commit 21110b0
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions content/3.contact.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
---
title: 'Contact'
layout: 'default'
# Custom og:image
title: Contact
layout: default
---

# Get in touch

::contact-form
---
fields:
- type: 'text'
name: 'name'
label: 'Your name'
- type: text
name: name
label: Your name
required: true

- type: 'email'
name: 'email'
label: 'Your email'
- type: email
name: email
label: Your email
required: true

- type: 'text'
name: 'subject'
label: 'Subject'
- type: text
name: subject
label: Subject
required: false

- type: 'textarea'
name: 'message'
label: 'Message'
- type: textarea
name: message
label: Message
required: true
---
::

0 comments on commit 21110b0

Please sign in to comment.