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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2022-10-22 06:22:05 +0300
committerGitHub <noreply@github.com>2022-10-22 06:22:05 +0300
commit3beff66c956b743f75c3c0a67ea59c7100f50ded (patch)
treef69f37c70ae7acdaa3ac81d262b49783c0824358
parente6bc38c56a312363ec5845644c10c4604c345e7b (diff)
parent6df331cc3dfd6bbfeb11438731ab437688a28be9 (diff)
Merge pull request #65 from yoshivda/patch-1HEADmaster
Make CTA url relative to root
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 610387f..125a989 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -83,7 +83,7 @@ enable = true
title = "SO WHAT YOU THINK ?"
content = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis,<br>possimus commodi, fugiat magnam temporibus vero magni recusandae? Dolore, maxime praesentium."
btnText = "Contact with me"
-btnURL = "contact/"
+btnURL = "/contact"
# Portfolio Section On Homepage
[params.portfolio]