From c0fcac882a184c8ffb4ba5109a8e9c905bd952b1 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sat, 2 Oct 2021 17:27:29 -0400 Subject: [PATCH] config.toml: Remove urls config option --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index 9aeb85d..074d23e 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ title = "Example website" -urls = ["gemini://example.com"] [permalinks] "/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"