Remove unnecessary uses of baseURL that could block the site from functioning if the URL isn't working
This commit is contained in:
parent
5e1e78c846
commit
e290fbe813
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
<div class="content">
|
||||
<div class="container p-0 read-area">
|
||||
<!--Hero Area-->
|
||||
<div class="hero-area col-sm-12" id="hero-area" style='background-image: url({{ strings.TrimSuffix "/" site.BaseURL }}{{ partial "helpers/get-hero.html" . | relURL }});'>
|
||||
<div class="hero-area col-sm-12" id="hero-area" style='background-image: url({{ partial "helpers/get-hero.html" . | relURL }});'>
|
||||
</div>
|
||||
|
||||
<!--Content Start-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue