Explain that id param must be unique URN

This commit is contained in:
Will Faught
2025-03-17 19:28:31 -07:00
parent dba71b89e2
commit ce70821f5c

View File

@@ -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".
```