From 319ad660586b8c361208258fb4b280648c33116c Mon Sep 17 00:00:00 2001 From: Greg Walden Date: Sat, 6 Apr 2019 01:04:00 -0400 Subject: [PATCH] fix https issue --- exampleSite/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.json b/exampleSite/config.json index aaa449f..4058ff2 100644 --- a/exampleSite/config.json +++ b/exampleSite/config.json @@ -5,7 +5,7 @@ "builddrafts": false, - "baseurl": "http://tummychow.github.io/lanyon-hugo/", + "baseurl": "https://tummychow.github.io/lanyon-hugo/", "canonifyurls": true, "permalinks": { "post": ":year/:month/:day/:title/",