From 075c9f3fe1e810a8be4abe1522e7f1cf888ea0f3 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 1 Apr 2023 09:57:47 -0700 Subject: [PATCH] Remove old todos --- content/en/functions/apply.md | 4 ---- content/en/getting-started/configuration.md | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/content/en/functions/apply.md b/content/en/functions/apply.md index aa345d607..e75eb45fa 100644 --- a/content/en/functions/apply.md +++ b/content/en/functions/apply.md @@ -10,10 +10,6 @@ signature: ["apply COLLECTION FUNCTION [PARAM...]"] relatedfuncs: [] --- -{{< todo >}} -POTENTIAL NEW CONTENT: see apply/sequence discussion: https://discourse.gohugo.io/t/apply-printf-on-a-sequence/5722; -{{< /todo >}} - `apply` expects at least three parameters, depending on the function being applied. 1. The first parameter is the sequence to operate on. diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index e8268baab..b9be01bbf 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -32,11 +32,9 @@ hugo --config a.toml,b.toml,c.toml Multiple site config files can be specified as a comma-separated string to the `--config` switch. {{% /note %}} -{{< todo >}}TODO: distinct config.toml and others (the root object files){{< /todo >}} - ## hugo.toml vs config.toml -In Hugo 0.110.0 we changed the default config base filename to `hugo`, e.g. `hugo.toml`. We will still look for `config.toml` etc., but we recommend you eventually rename it (but you need to wait if you want to support older Hugo versions). The main reason we're doing this is to make it easier code editors and build tools to identify this as a Hugo configuration file and project. +In Hugo 0.110.0 we changed the default config base filename to `hugo`, e.g. `hugo.toml`. We will still look for `config.toml` etc., but we recommend you eventually rename it (but you need to wait if you want to support older Hugo versions). The main reason we're doing this is to make it easier for code editors and build tools to identify this as a Hugo configuration file and project. {{< new-in "0.110.0" >}}