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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index cf099b2..817d592 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,7 +2,7 @@
<div class="site_title_container">
<div class="site_title">
<h1>
- <a href="{{ "/" | absURL }}">
+ <a href="{{ .Site.BaseURL }}">
<span>{{ .Site.Title }}</span>
<img src="{{ "images/logo.svg" | absURL }}"/>
</a>