Skip to content

Commit 1e90397

Browse files
committed
Fix formatting in guest field description for episode frontmatter
1 parent f58e6cb commit 1e90397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ quotes:
6262
Episode body text here.
6363
```
6464

65-
`guest` can be a bare string (`guest: Name`) or a YAML list. The template iterates over it with `{% for g in page.guest %}`.
65+
`guest` can be a bare string (`guest: Name`) or a YAML list. The template iterates over it with ` for g in page.guest `.
6666

6767
### Adding a New Episode
6868

0 commit comments

Comments
 (0)