Skip to content
Snippets Groups Projects
Commit 34a9ab8b authored by Olivia206's avatar Olivia206
Browse files

removed role group from gallery

parent 6da59492
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{{ end }}
{{- if $is_carousel }}
<div class="splide" role="group" data-splide="{{ site.Params.blocks.gallery.splide | encoding.Jsonify }}">
<div class="splide" data-splide="{{ site.Params.blocks.gallery.splide | encoding.Jsonify }}">
<div class="splide__track">
<div class="splide__list">
{{ end -}}
......
......@@ -4,7 +4,7 @@
{{- $has_text = true -}}
{{ end -}}
{{ end -}}
<div class="gallery{{- if $has_text }} gallery--with-text {{ end -}}" role="group">
<div class="gallery{{- if $has_text }} gallery--with-text {{ end -}}">
{{ range .images }}
{{ if .id }}
{{- $image := partial "GetMedia" .id -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment