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:
authorDerek <42170307+2-REC@users.noreply.github.com>2018-12-24 19:05:24 +0300
committerGitHub <noreply@github.com>2018-12-24 19:05:24 +0300
commite0f03ba5a4529ec47a28249bec80618612c4e8c0 (patch)
treec3dcdf79474d24f8b532d9aba2520c5045ff82f9 /layouts/404.html
parent1df8a11aad052a624100df3700a75c2c22ff1a3f (diff)
parent3da15817a9ed7669d4d85a2195c20d6c4a272ae3 (diff)
Merge pull request #6 from 2-REC/permalink_fix
Permalink fix
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 }}