diff options
Diffstat (limited to '.frontmatter/config/content/pagefolders/posts.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/posts.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json index 8cec516..d0a64bd 100644 --- a/.frontmatter/config/content/pagefolders/posts.json +++ b/.frontmatter/config/content/pagefolders/posts.json @@ -1,9 +1,9 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Posts", + "title": "posts", "path": "[[workspace]]/content/posts", "previewPath": "posts", "contentTypes": [ - "minimal" + "post" ] }
\ No newline at end of file |
