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:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2bc3ce8..a78e737 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,9 +2,9 @@
<div class="site_title_container">
<div class="site_title">
<h1>
- <a href="{{ "/" | relURL }}">
+ <a href="{{ "/" | absURL }}">
<span>{{ .Site.Title }}</span>
- <img src="{{ "/images/logo.svg" | relURL }}"/>
+ <img src="{{ "/images/logo.svg" | absURL }}"/>
</a>
</h1>
</div>