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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-11-09 18:44:13 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-11-09 18:44:13 +0300
commit18467c04ead1ac90b894b02e49af15e5be15af68 (patch)
treec0e6764c847b54b4a31940761cb16b5b17d58405 /exampleSite
parent070255abb183f176b8380847692984ec14f13ef0 (diff)
fix: title link error on themes.gohugo.io
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index d64bc9b..f0677c9 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,4 +1,4 @@
-baseURL = ""
+baseURL = "/"
title = "Eureka Demo"
# Comment when installing using Hugo Modules