diff options
Diffstat (limited to 'layouts/index.html')
| -rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 23bb608..85ac439 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "head" }} {{ if .Site.Params.bgImg -}} - <style>.bg-img {background-image: url('{{.Site.Params.bgImg | absURL}}');}</style> + <style>.bg-img {background-image: url('{{.Site.Params.bgImg}}');}</style> {{- else if .Site.Params.images -}} {{- range first 1 .Site.Params.images -}} <style>.bg-img {background-image: url('{{. | absURL}}');}</style> |
