config.toml: Remove urls config option

This commit is contained in:
Adnan Maolood 2021-10-02 17:27:29 -04:00
parent 56f0d2dd8a
commit c0fcac882a

View file

@ -1,5 +1,4 @@
title = "Example website" title = "Example website"
urls = ["gemini://example.com"]
[permalinks] [permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/" "/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"