mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
16.24.2017 9a33ab1fab4578cec56196e543d6e72910dae804
fix form content
2 files modified
6 ■■■■ changed files
exampleSite/config.toml 2 ●●● patch | view | raw | blame | history
exampleSite/content/contact.md 4 ●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -1,5 +1,5 @@
title = "Notre-Dame de Paris"
baseURL = "http://gohugo-theme-example.netlify.com/"
baseURL = "https://example.com"
languageCode = "en-us"
theme = "gohugo-theme-ananke"
exampleSite/content/contact.md
@@ -8,6 +8,6 @@
---
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"  >}}