Skip to content

Commit 692b62f

Browse files
Update doc after layout simplification
1 parent 2fc0737 commit 692b62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ module:
1919
- path: github.com/theNewDynamic/hugo-module-tnd-netlify-cms
2020
```
2121
1. Create a page where your Netlify CMS dasboard should live.
22-
2. Add the `netlifycms` layout to it through Front Matter.
22+
2. Add the `netlifycms` type to it through Front Matter.
2323
3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML):
2424
```yaml
2525
Title: Your CMS
26-
layout: netlifycms
26+
type: netlifycms
2727
outputs:
2828
- HTML
2929
- netlifycms_config

0 commit comments

Comments
 (0)