瀏覽代碼

fix form content

tags/v1.1
Bud Parr 7 年之前
父節點
當前提交
9a33ab1fab
沒有連結到貢獻者的電子郵件帳戶。
共有 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" >}}

Loading…
取消
儲存