|
@@ -13,7 +13,7 @@
|
|
<!-- Carousel slides wrapper -->
|
|
<!-- Carousel slides wrapper -->
|
|
<div class="carousel-inner" style="min-height: {{$page.Params.height | default "300px"}};">
|
|
<div class="carousel-inner" style="min-height: {{$page.Params.height | default "300px"}};">
|
|
{{ range $index, $item := $page.Params.item }}
|
|
{{ range $index, $item := $page.Params.item }}
|
|
- <div class="wg-hero carousel-item{{ if eq $index 0 }} active{{ end }}" style="min-height: inherit;
|
|
|
|
|
|
+ <div class="wg-hero dark carousel-item{{ if eq $index 0 }} active{{ end }}" style="min-height: inherit;
|
|
{{ if $item.overlay_color }}
|
|
{{ if $item.overlay_color }}
|
|
background-color: {{ $item.overlay_color | default "transparent" }};
|
|
background-color: {{ $item.overlay_color | default "transparent" }};
|
|
{{ end }}
|
|
{{ end }}
|