Skip to content

Commit

Permalink
Use double quotes in TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jul 4, 2024
1 parent 963a189 commit 262d8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ To disable the rendering of author pages, add this to `yoursite/hugo.toml`:
```toml
[[cascade]]
[cascade._target]
path = '{/authors,/authors/**}'
path = "{/authors,/authors/**}"
[cascade.build]
render = 'never'
render = "never"
```
The `email` and `url` parameters in the front matter of an author term page are used in feeds if present.
Expand Down

0 comments on commit 262d8a7

Please sign in to comment.