title = "Notre-Dame de Paris" | title = "Notre-Dame de Paris" | ||||
baseURL = "http://gohugo-theme-example.netlify.com/" | baseURL = "https://example.com" | ||||
languageCode = "en-us" | languageCode = "en-us" | ||||
theme = "gohugo-theme-ananke" | theme = "gohugo-theme-ananke" | ||||
--- | --- | ||||
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. | This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. | ||||
{{< form-contact action="https://example.com" >}} | {{< form-contact action="https://example.com" >}} |