Use "*-section class" instead of adding new div

This commit is contained in:
hossainemruz 2020-06-30 21:57:20 +06:00
parent a2c41811ab
commit 8d6cbcca21
13 changed files with 115 additions and 128 deletions

View file

@ -13,7 +13,7 @@
{{ define "content" }}
<div class="container p-0 read-area">
<!--Hero Area-->
<div class="hero-area col-sm-12" style='background-image: url({{ partial "helpers/get-hero.html" . }});'>
<div class="hero-area col-sm-12" style='background-image: url({{ strings.TrimSuffix "/" .Site.BaseURL }}{{ partial "helpers/get-hero.html" . }});'>
</div>
<!--Content Start-->