Sfoglia il codice sorgente

fix form content

tags/v1.1
Bud Parr 7 anni fa
parent
commit
9a33ab1fab
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1
    1
      exampleSite/config.toml
  2. 2
    2
      exampleSite/content/contact.md

+ 1
- 1
exampleSite/config.toml Vedi File

@@ -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"


+ 2
- 2
exampleSite/content/contact.md Vedi File

@@ -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" >}}
{{< form-contact action="https://example.com" >}}

Loading…
Annulla
Salva