From ce70821f5c79f65c24ae610c761cde05934ebb85 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 17 Mar 2025 19:28:31 -0700 Subject: [PATCH] Explain that id param must be unique URN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae114105..035f5481 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ The parameter object is accessed in site parameters as `[params.paige]`, and in Parameters for pages: ```toml -id = "" # ID used in feeds. Defaults to the relative permalink. +id = "" # Unique URI used in feeds. Defaults to a tag URN with the relative permalink. link = "" # URL for an anchor around the title. Example: "https://youtu.be/dQw4w9WgXcQ". ```