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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 842c9b6..360e535 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -15,7 +15,7 @@
<div class="col-xs-12 text-center">
{{ with .background_image }}
<div class="page404-image" title="image: {{ . }}"
- style="background-image: url('{{ (printf "images/%s" .) | relURL }}');"
+ style="background-image: url('{{ (printf "images/%s" .) | absURL }}');"
>
</div>
{{ end }}