From 26458c74afb2bfdf927a916b3d759467482e276d Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 24 Sep 2023 20:49:00 +0200 Subject: [PATCH] examples: Comment out badges.shields_url too The rest of the defaults were already commented out, this slipped through the cracks. Signed-off-by: Gergely Nagy --- examples/ironforge.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ironforge.toml b/examples/ironforge.toml index 77f1152..985a1d5 100644 --- a/examples/ironforge.toml +++ b/examples/ironforge.toml @@ -28,7 +28,7 @@ url = "https://git.madhouse-project.org" [badges] # A shields.io URL to redirect to for badges. -shields_url = "https://img.shields.io" +#shields_url = "https://img.shields.io" # Label to use for the badge. The `label` query parameter can override this. #label = "ci" # Style to use for the badge. The `style` query parameter can override this.