aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-15 19:42:49 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-15 19:42:49 +0200
commit8c1cb6a102110a7a10e743c458293723c17558b9 (patch)
tree6e330550a21efcca208bc6f6eb60069d6a8aba04 /layouts/_default/baseof.html
parent56a0d30ba4263e161979991472489fdc3a3a921f (diff)
downloadhugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.tar.gz
hugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.tar.bz2
hugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.zip
Fix background style changes
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 134feff..85993a1 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
- <body class="bg-near-white sans-serif">
+ <body class="bg-near-white sans-serif"
+ style="background:url('{{ .Site.Params.coverImage | absURL }}') fixed;">
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}