From de0af5ca39362f704aadca669f33a8fcefa8c5ae Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Mar 2025 17:30:35 -0800 Subject: [PATCH] Clarify link param is a URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f091f1e..d7aee442 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ Parameters specific to pages: ```toml id = "" # ID used in feeds. Defaults to the relative permalink. -link = "" # The reference for an anchor around the title. Example: "https://youtu.be/dQw4w9WgXcQ". +link = "" # URL for an anchor around the title. Example: "https://youtu.be/dQw4w9WgXcQ". ``` The assigned values shown are the default values.