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:
authorimzeuk <imzeuk@gmail.com>2019-04-27 05:24:34 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-27 05:24:34 +0300
commit121374541dda725615c817db3b455d092d3c8bfc (patch)
tree5cfb04f699ddb1b219dd191721212e4074bf125d
parentcd2120820d1379b5e3b7fd87e90c1e8e24741977 (diff)
fix url
-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>