From 59155218b46b5a2505a6e8900f293d1fbe7c7868 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 21 Dec 2023 19:50:40 +0100 Subject: [PATCH] Fix path-params title (preventing zola from building) --- www/content/extensions/path-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/extensions/path-params.md b/www/content/extensions/path-params.md index 6832f1ae9..a4d3ecdb1 100644 --- a/www/content/extensions/path-params.md +++ b/www/content/extensions/path-params.md @@ -1,5 +1,5 @@ +++ -title = path-params +title = "path-params" +++ This extension uses request parameters to populate path variables. Used parameters are removed so they won't be sent in the query string or body anymore.