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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandomBloke <asleeppiano@outlook.com>2020-02-24 22:34:46 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-02-24 22:34:46 +0300
commit8656f7253f412d36b540cd48679e5390636dfc46 (patch)
tree3b71a2b7e15e4e4e9bff79dd581940f526d7835e
parentf49df13904871bd441c7e11556df28b443dadbe8 (diff)
button link changed to baseurl
-rw-r--r--layouts/partials/button.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/button.html b/layouts/partials/button.html
index c32b221..396a041 100644
--- a/layouts/partials/button.html
+++ b/layouts/partials/button.html
@@ -1,5 +1,5 @@
<button class="floating-button">
- <a class="floating-button__link" href="/">
+ <a class="floating-button__link" href="{{.Site.BaseURL}}">
<span>home</span>
</a>
</button>