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/partials/sections/services.html')
-rw-r--r--layouts/partials/sections/services.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/services.html b/layouts/partials/sections/services.html
index 923766c..fcbc90e 100644
--- a/layouts/partials/sections/services.html
+++ b/layouts/partials/sections/services.html
@@ -2,7 +2,7 @@
{{ with .Site.Data.services }}
<section class="section" id="services"
{{ with .background_image }}
- style="background-image: url('{{ (printf "images/%s" .) | relURL }}');"
+ style="background-image: url('{{ (printf "images/%s" .) | absURL }}');"
{{ end }}
>
{{ with .title }}