correct background image issue

This commit is contained in:
vincent 2020-11-25 18:00:02 +01:00
parent da036923f3
commit 7568ca9fbc

View file

@ -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 }}"