Переглянути джерело

fix form content

tags/v1.1
Bud Parr 7 роки тому
джерело
коміт
9a33ab1fab
Аккаунт користувача з таким Email не знайдено
2 змінених файлів з 3 додано та 3 видалено
  1. 1
    1
      exampleSite/config.toml
  2. 2
    2
      exampleSite/content/contact.md

+ 1
- 1
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"


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

Завантаження…
Відмінити
Зберегти