Browse Source

add initial artists page w/ form

using CognitoForms
master
John Robinson 6 years ago
parent
commit
1d4a673738
2 changed files with 16 additions and 0 deletions
  1. +6
    -0
      config.toml
  2. +10
    -0
      content/artists.md

+ 6
- 0
config.toml View File

@@ -17,6 +17,12 @@ theme = "simplicity"
identifier = "puravida"
url = "/puravida/"

[[menu.pages]]
name = "Artists"
weight = -90
identifier = "artists"
url = "/artists/"

[outputs]
home = ["HTML"]
page = ["HTML"]

+ 10
- 0
content/artists.md View File

@@ -0,0 +1,10 @@
---
title: Artists
language: en
slug: artists
---

<div class="cognito">
<script src="https://services.cognitoforms.com/s/LonBKRRWk0icl_iGljD3CQ"></script>
<script>Cognito.load("forms", { id: "1" });</script>
</div>

Loading…
Cancel
Save