From de1c1f2a56a0fcdd34406ebc80e0052502245826 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Fri, 16 Apr 2021 17:11:43 -0400 Subject: [PATCH] Changed base url to https. --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index db374a0..3cc264b 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://colindiem.com/" # The URL of your site. +baseURL = "https://colindiem.com/" # The URL of your site. title = "Colin's Blog" # Title of your site theme = "zzo" # Name of Zzo theme folder in `themes/`.