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-26 04:09:26 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-26 04:09:26 +0300
commitcd2120820d1379b5e3b7fd87e90c1e8e24741977 (patch)
tree9903b5ebfef9730bfc1d3b667faa0086e1fe15ea
parentef424582985cc88dbfc22609ef33e4b03ea595e2 (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 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>