From 254710f77ee6dc603c647735d1a107cec78a0834 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 9 Oct 2023 21:10:03 -0700 Subject: [PATCH] Explain formatting verb in paige.link.url --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54297b65..4c9e91aa 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,9 @@ commit_url = "" # Example is "https://github.com/willfaught/paige/commit/%s" [paige.link] # A link placed at the top of the footer for pages with files content = "" # Example is "Edit this page" disable = false -url = "" # Example is "https://github.com/willfaught/paige/edit/master/content/%s" +url = "" +# The formatting verb "%s" is replaced with the path to the file relative to the content directory. +# Example is "https://github.com/willfaught/paige/edit/master/content/%s". [paige.menu] style = "pills" # Must be "links", "pills", "tabs", or "underline"