From 3f7cd65761ce1ed53021121dde52af9d0dd28615 Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Sun, 3 Dec 2017 16:42:48 +0100 Subject: [PATCH] Update base url to https --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d0a7b99..1cca07c 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ contentDir = "articles" layoutDir = "layouts" publishDir = "public" buildDrafts = false -baseURL = "http://thomas.inf3.ch" +baseURL = "https://thomas.inf3.ch" canonifyURLs = true theme = "hugo-zen" -- 2.45.3