|
@@ -18,7 +18,7 @@
|
|
{{ if in (slice "hero" "hero_carousel") $page.Params.widget }}
|
|
{{ if in (slice "hero" "hero_carousel") $page.Params.widget }}
|
|
{{ partial $widget $params }}
|
|
{{ partial $widget $params }}
|
|
{{ else }}
|
|
{{ else }}
|
|
- <section id="{{ $page.File.TranslationBaseName }}" class="home-section">
|
|
|
|
|
|
+ <section id="{{ $page.File.TranslationBaseName }}" class="home-section{{ with $page.Params.css_class }} {{ . }}{{ end }}">
|
|
<div class="container">
|
|
<div class="container">
|
|
{{ partial $widget $params }}
|
|
{{ partial $widget $params }}
|
|
</div>
|
|
</div>
|