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:
-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>