Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Senkbeil <chip.senkbeil@gmail.com>2016-10-22 18:27:21 +0300
committerGitHub <noreply@github.com>2016-10-22 18:27:21 +0300
commite84c19dd57ac8560db6c8e816dfb4dd7ac99b741 (patch)
tree6a9474f4708f9f9ac49268d3804da62d51ebec70
parent736656284820ca898d5da318df1d5dd03099f4b9 (diff)
Fixed url vulnerability (#32)
* Also updated author site to https
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml2
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/"