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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-22 15:29:42 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-22 15:29:42 +0300
commit1395645bd1cfcde25fd369e10c7cc94246af625b (patch)
treea9343b112d4d519a9cf128290431ff5901f1cfb6
parent92c75f7fa562825427c8ecc6d4d5bf4c66d1a4b7 (diff)
fixed title_link
-rw-r--r--exampleSite/config.toml3
-rw-r--r--sample-config.toml3
2 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1037745..4dec9a0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,8 @@ googleAnalytics = ""
subtitle_l1 = "Shapez is a theme created for hugo"
subtitle_l2 = "with SVG pictures, CSS3 magic,"
subtitle_l3 = "struggle and love."
- title_link = "about/"
+ # For these Links you need the full URL, because external links are supported
+ title_link = "http://djuelg.github.io/about/"
subtitle_link = ""
message = "I'm a optional important message!"
diff --git a/sample-config.toml b/sample-config.toml
index 1037745..4dec9a0 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -20,7 +20,8 @@ googleAnalytics = ""
subtitle_l1 = "Shapez is a theme created for hugo"
subtitle_l2 = "with SVG pictures, CSS3 magic,"
subtitle_l3 = "struggle and love."
- title_link = "about/"
+ # For these Links you need the full URL, because external links are supported
+ title_link = "http://djuelg.github.io/about/"
subtitle_link = ""
message = "I'm a optional important message!"