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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsiegerts <stephen.siegert@gmail.com>2019-06-08 17:05:27 +0300
committersiegerts <stephen.siegert@gmail.com>2019-06-08 17:05:27 +0300
commitd73d1cb3f3c06f7da1db78aac7d02de58a4cff17 (patch)
tree259a0d6415f5845b7c7b3be61326a4c987b13433
parent4f464969cdcdc1d697283598e75c31f723b4d032 (diff)
add trailing / to exampleSite baseURL
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ffe6f3b..23b36cc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "https://www.example.com"
+baseurl = "https://www.example.com/"
title = "Hugo Theme Basic"
theme ="hugo-theme-basic"
languageCode = "en-us"