Skip to content

Commit fb94476

Browse files
authored
Update note-templates.md (#1267)
Fix typo (backticks instead of simple quotes)
1 parent 06a5988 commit fb94476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/features/note-templates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ You can add the template metadata to its own YAML Frontmatter block at the start
194194
foam_template:
195195
name: My Note Template
196196
description: This is my note template
197-
filepath: `journal/$FOAM_TITLE.md`
197+
filepath: 'journal/$FOAM_TITLE.md'
198198
---
199199
This is the rest of the template
200200
```
@@ -206,7 +206,7 @@ If the note already has a Frontmatter block, a Foam-specific Frontmatter block c
206206
foam_template:
207207
name: My Note Template
208208
description: This is my note template
209-
filepath: `journal/$FOAM_TITLE.md`
209+
filepath: 'journal/$FOAM_TITLE.md'
210210
---
211211

212212
---

0 commit comments

Comments
 (0)