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 a78e737..cf099b2 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
<h1>
<a href="{{ "/" | absURL }}">
<span>{{ .Site.Title }}</span>
- <img src="{{ "/images/logo.svg" | absURL }}"/>
+ <img src="{{ "images/logo.svg" | absURL }}"/>
</a>
</h1>
</div>