diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 01857a4..69ce1cf 100644 --- a/exampleSite/config.toml +++ b/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" diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md index cf9c8b8..2bea23d 100644 --- a/exampleSite/content/contact.md +++ b/exampleSite/content/contact.md @@ -8,6 +8,6 @@ menu: --- -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" >}} \ No newline at end of file +{{< form-contact action="https://example.com" >}}