Skip to content

Commit

Permalink
Update note-templates.md (#1267)
Browse files Browse the repository at this point in the history
Fix typo (backticks instead of simple quotes)
  • Loading branch information
tcheneau committed Aug 4, 2023
1 parent 06a5988 commit fb94476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/features/note-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ You can add the template metadata to its own YAML Frontmatter block at the start
foam_template:
name: My Note Template
description: This is my note template
filepath: `journal/$FOAM_TITLE.md`
filepath: 'journal/$FOAM_TITLE.md'
---
This is the rest of the template
```
Expand All @@ -206,7 +206,7 @@ If the note already has a Frontmatter block, a Foam-specific Frontmatter block c
foam_template:
name: My Note Template
description: This is my note template
filepath: `journal/$FOAM_TITLE.md`
filepath: 'journal/$FOAM_TITLE.md'
---

---
Expand Down

0 comments on commit fb94476

Please sign in to comment.