Przeglądaj źródła

fix form content

tags/v1.1
Bud Parr 7 lat temu
rodzic
commit
9a33ab1fab
No account linked to committer's email address
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1
    1
      exampleSite/config.toml
  2. 2
    2
      exampleSite/content/contact.md

+ 1
- 1
exampleSite/config.toml Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz