From 3d586053a68d2c72a606c9d65847f187ea7d3f61 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Jun 2023 16:03:24 -0700 Subject: [PATCH] More hugo.toml rename fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0754168..6a4ab52e 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ An optional menu can be configured. The active menu item has a URL that is a prefix of the path of the current page. A menu item with the URL `/` only matches a `/` path. -Example configuration in `yoursite/config.toml`: +Example configuration in `yoursite/hugo.toml`: ```toml [languages.en] @@ -371,7 +371,7 @@ layout = "paige/cloud" The `paige/search` layout provides a search page. -Example configuration in `yoursite/config.toml`: +Example configuration in `yoursite/hugo.toml`: ```toml [outputs]