From e84c19dd57ac8560db6c8e816dfb4dd7ac99b741 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sat, 22 Oct 2016 10:27:21 -0500 Subject: Fixed url vulnerability (#32) * Also updated author site to https --- exampleSite/config.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 45224fb..ead1d40 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,5 @@ # Site settings (baseurl must end with a trailing slash!) -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "https://www.example.com/" languageCode = "en-us" title = "Grid Side" theme = "grid-side" diff --git a/theme.toml b/theme.toml index 5280301..208c775 100644 --- a/theme.toml +++ b/theme.toml @@ -9,5 +9,5 @@ min_version = 0.14 [author] name = "Chip Senkbeil" - homepage = "http://chipsenkbeil.com/" + homepage = "https://chipsenkbeil.com/" -- cgit v1.2.3