Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-09-27 16:19:51 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-09-27 16:19:51 +0300
commitca4e418a986eb20c10f4a8b02fe1b17632ac6c44 (patch)
tree08c2a3c7c419016a667457910776619fcb6ed844 /layouts/404.html
parent7006da574223c66fa0f4b7a7623258e8991d0a79 (diff)
Remove forward-slash URLs in HTML files (#57)
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 1f0e7bb..248651d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -3,7 +3,7 @@
{{ partial "head.html" . }}
<body>
<div id="sitelogo">
- <a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
+ <a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src={{ "images/site-logo.svg" | absURL }} alt="Site Logo" height="64px" width="64px"></a>
</div>
<header>
{{ partial "pagenav.html" . }}