Skip to content

Commit 8948c8c

Browse files
committed
Update lastmod date and correct slug placeholder name in placeholders.md
1 parent 0a72eed commit 8948c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/content-creation/placeholders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Placeholders
33
slug: content-creation/placeholders
44
description: Learn how to use placeholders in Front Matter CMS
55
date: 2022-03-14T08:42:21.626Z
6-
lastmod: 2025-02-27T11:05:16.924Z
6+
lastmod: 2025-07-01T07:25:48.353Z
77
weight: 200.51
88
---
99

@@ -40,7 +40,7 @@ placeholders can be used in the `slugTemplate` property:
4040
| ----------------------- | -------------------------------------------------------------------------------------------------- |
4141
| `{{seoTitle}}` | This creates a SEO friendly slug from the title. More info can be found in the [slug][02] section. |
4242
| `{{fileName}}` | The filename of the file. |
43-
| `{{sluggedFileName}}` | The slugged version of the filename. |
43+
| `{{slugifiedFileName}}` | The slugged version of the filename. |
4444
| `{{date\|<format>}}` | Use the publishing date of your article in the preview URL. Example: `{{date\|yyyy-MM}}` |
4545
| `{{fm.<field name>}}` | The value of the field in the front matter |
4646
| `{{pathToken.<index>}}` | The value of the path token at the index |

0 commit comments

Comments
 (0)