correct background image issue
This commit is contained in:
parent
da036923f3
commit
7568ca9fbc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<div class="container-fluid home" id="home">
|
||||
<div
|
||||
class="background container-fluid"
|
||||
style="background-image: url('{{ strings.TrimSuffix "/" site.BaseURL }}{{ $backgroundImage | relURL }}');"
|
||||
style="background-image: url('{{ $backgroundImage | relURL }}');"
|
||||
></div>
|
||||
<div class="container content text-center">
|
||||
<img src="{{ $authorImage | relURL }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue