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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 748b27c..2bc3ce8 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="{{ .Site.BaseURL }}">
+ <a href="{{ "/" | relURL }}">
<span>{{ .Site.Title }}</span>
- <img src="{{ .Site.BaseURL }}images/logo.svg"/>
+ <img src="{{ "/images/logo.svg" | relURL }}"/>
</a>
</h1>
</div>
@@ -12,7 +12,7 @@
<p class="sub_title">{{ with .Site.Params.subTitle }}{{ . }}{{ else }}{{ end }}</p>
<div class="my_socials">
{{ range $key, $val := .Site.Social }}
- {{ if ne $val ""}}
+ {{ if ne $val "" }}
<a href="{{ $val }}" title="{{ $key }}" target="_blank"><i class="remixicon-{{ $key }}-fill"></i></a>
{{ end }}
{{ end }}