From 262d8a75ee9dbc841b9a67e9a674f9b1f66e4536 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 3 Jul 2024 18:06:10 -0700 Subject: [PATCH] Use double quotes in TOML --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 019793c7..0fc12047 100644 --- a/README.md +++ b/README.md @@ -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.