fix background image parameter
This commit is contained in:
parent
808dc96c6d
commit
ea53f62733
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "body" }}
|
||||
<body class="{{ if .Site.Params.background_image }} background-image" style="background-image: url('{{ .Site.Params.backgroundImage }}');" {{ else }}"{{ end }}>
|
||||
<body class="{{ if .Site.Params.backgroundImage }} background-image" style="background-image: url('{{ .Site.Params.backgroundImage }}');" {{ else }}"{{ end }}>
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue