commit c4ef00733f13e30fd487d4402ba5e5a965f424a9 parent 2b193760c9eda020b35ab55d3b2bd1321255b095 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 2 Nov 2018 13:51:27 +0100 Change baseURL to https Diffstat:
M | config.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://www.andersdamsgaard.com/" +baseURL = "https://andersdamsgaard.com/" languageCode = "en-us" title = "Anders Damsgaard" theme = "tale-mod"